Searched refs:C (Results 1 – 25 of 775) sorted by relevance
12345678910>>...31
43 …<SIMIO cmd="B2" p1="1" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…44 …<SIMIO cmd="B2" p1="2" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…45 …<SIMIO cmd="B2" p1="3" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…46 …<SIMIO cmd="B2" p1="4" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…47 …<SIMIO cmd="B2" p1="5" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…48 …<SIMIO cmd="B2" p1="6" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…49 …<SIMIO cmd="B2" p1="7" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…50 …<SIMIO cmd="B2" p1="8" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…51 …<SIMIO cmd="B2" p1="9" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…52 …<SIMIO cmd="B2" p1="A" p2="4" p3="1C" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…[all …]
17 ant2.ch5.ref_frame4.tx_power_index=1C:1C:1C:1C64 ant2.ch9.ref_frame2.tx_power_index=1C:1C:24:1C66 ant2.ch9.ref_frame4.tx_power_index=1C:1C:1C:1C117 ant3.ch5.ref_frame6.tx_power_index=2C:2C:2C:2C162 ant3.ch9.ref_frame1.tx_power_index=4C:4C:4C:4C
16 ant2.ch9.ref_frame2.tx_power_index=1C:1C:24:1C18 ant2.ch9.ref_frame4.tx_power_index=1C:1C:1C:1C66 ant3.ch9.ref_frame1.tx_power_index=4C:4C:4C:4C
14 ant2.ch9.ref_frame1.tx_power_index=3C:3C:3C:3C
17 ant2.ch5.ref_frame4.tx_power_index=1C:1C:1C:1C
14 ant2.ch5.ref_frame1.tx_power_index=1C:1C:1C:1C111 ant3.ch5.ref_frame0.tx_power_index=3C:3C:3C:3C113 ant3.ch5.ref_frame2.tx_power_index=3C:3C:44:3C167 ant3.ch9.ref_frame6.tx_power_index=1C:1C:1C:1C
16 ant2.ch5.ref_frame3.tx_power_index=1C:1C:1C:1C18 ant2.ch5.ref_frame5.tx_power_index=1C:1C:1C:1C62 ant2.ch9.ref_frame0.tx_power_index=2C:2C:2C:2C
14 ant2.ch9.ref_frame0.tx_power_index=2C:2C:2C:2C
13 ant0.ch9.ref_frame1.tx_power_index=4C:4C:4C:4C14 ant0.ch9.ref_frame2.tx_power_index=3C:3C:46:3C65 ant1.ch9.ref_frame4.tx_power_index=3C:3C:3C:3C
13 ant0.ch5.ref_frame0.tx_power_index=3C:3C:3C:3C63 ant0.ch9.ref_frame1.tx_power_index=3C:3C:3C:3C
15 ant0.ch5.ref_frame2.tx_power_index=3C:3C:44:3C
16 ant2.ch5.ref_frame3.tx_power_index=2C:2C:2C:2C64 ant2.ch9.ref_frame2.tx_power_index=14:14:1C:14166 ant3.ch9.ref_frame5.tx_power_index=3C:3C:3C:3C
16 ant2.ch9.ref_frame2.tx_power_index=14:14:1C:1469 ant3.ch9.ref_frame5.tx_power_index=3C:3C:3C:3C
162 ant3.ch9.ref_frame1.tx_power_index=4C:4C:4C:4C
121 * Rename min and max so we can never clash with C or C++ std library132 * Don't use this as a variable, so we can compile with a C++ compiler172 * Make headers C++ compatible by change *this to *obj173 * Add ifdef C++ extern "C" to headers196 * printbuf.c - C. Watford (christopher.watford@gmail.com)198 * debug.c - C. Watford (christopher.watford@gmail.com)201 * json_object.c - C. Watford (christopher.watford@gmail.com)203 needs to be rethought to be more ANSI C friendly204 * json_object.h - C. Watford (christopher.watford@gmail.com)205 Added Microsoft C friendly version of json_object_object_foreach[all …]
40 - **tmax**: 120C44 - **tmax**: 130C55 - **tmax**: 120C -> 110C59 - **tmax**: 130C -> 120C128 | **Maximum Coil Temperature (Tmax)** | 130 [C] |142 | **Maximum Coil Temperature (Tmax)** | 120 [C] |
25 * Disconnect the power *and* USB-C cable. Flip the board over, and29 then re-connect the USB-C cable so that you can flash the board.50 * Make sure the USB-C cable is connected. As it has to be63 and the USB-C cable, connect power while holding the "USB"66 button. Then re-connect USB-C cable. There will be no HDMI
10 3. All functions that are visibile in the global scope (outside their C file) shall begin with the17 "static" and reside in one C file.18 …9. All global variables in a given C file shall begin with "m" and then be in camel case. This is …34 optimize this better and it is better C.35 17. All definitions/defines/structs/unions that are only used by one source file belong in that C36 file. There is never a need for "myModule_priv.h" unless the module is made of a few C files.
28 #define RETURN_ERROR(C, R) \ argument30 ALOGE("%s:%d '%s' failed", __func__, __LINE__, C); \33 #define RETURN_NL_ERROR(C, NLR, R) \ argument35 ALOGE("%s:%d '%s' failed with '%s'", __func__, __LINE__, C, nlErrStr((NLR))); \
2 // Copyright (C) 2020 The Android Open Source Project136 // Rust FFI bindings to access TPM-specific functionality in C/C++.