/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 256 * some method code paths to end up not setting ignore=FALSE, clear the in SM_STATE() 409 * entering of PIN code or passphrase to retry the in SM_STATE() 1979 switch (hdr->code) { in eap_sm_parseEapReq() 2036 /* Get the error code from method */ in eap_sm_parseEapReq() 2054 "code %d", hdr->code); in eap_sm_parseEapReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 257 * some method code paths to end up not setting ignore=false, clear the in SM_STATE() 417 * entering of PIN code or passphrase to retry the in SM_STATE() 2024 switch (hdr->code) { in eap_sm_parseEapReq() 2081 /* Get the error code from method */ in eap_sm_parseEapReq() 2099 "code %d", hdr->code); in eap_sm_parseEapReq()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 15 * (1) If any part of the source code for this software is distributed, then 19 * (2) If only executable code is distributed, then the accompanying 27 * code, not just to the unmodified library. If you use our work, you ought 53 * is cumbersome, it's straightforward and the resulting code is much 91 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 98 * much more complex and seem not to be any faster when reduced to code.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 24 ; MMX-optimized functions cribbed from the original VP3 source code.
|
H A D | h264_idct.asm | 722 ; the code here is initialized with INIT_MMX
|
H A D | h264_qpel_10bit.asm | 2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 qpel code
|
H A D | h264_qpel_8bit.asm | 2 ;* MMX/SSE2/SSSE3-optimized H.264 QPEL code
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 13 // Redistributions of source code must retain the above copyright 538 TIntermSelection* addSelection(TIntermTyped* cond, TIntermNodePair code, const TSourceLoc&); 1249 // source code of shader, useful as part of debug information
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 2 // Use of this source code is governed by a BSD-style license that can be 43 code. The toolchain() function defines these commands. 49 once for each toolchain it is referenced in so the GN code can vary all 864 imports or exports are different, dependent code needn't be relinked, which
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 105 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
|
/third_party/libsnd/src/ |
H A D | nms_adpcm.c | 83 ** Offset into code tables for the bitrate. 150 static int16_t nms_adpcm_decode_sample (struct nms_adpcm_state *s, uint8_t code) ;
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gparser.c | 626 #define UNW_DEC_BAD_CODE(code) \ 627 print_error ("libunwind: unknown code encountered\n")
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 73 __u8 code; /* opcode */ member 1131 * All eligible programs are executed regardless of return code from 1169 * saves some back-ends a lot of code-gen. However such optimization is not 1981 * efficient, but it is handled through an action code where the 2096 * Let's imagine that the following code is part of a program 2185 * quirks where error and counter value are used as a return code 2193 * negative error code in case of failure. 2370 * The checksum result, or a negative error code in case of 2464 * * A negative error code, if an error occurred. 2517 * * A negative error code, i [all...] |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 1306 switch (header->code)
in OnNotify()
|
/third_party/node/src/ |
H A D | env.h | 615 void Exit(int code);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 11 .code 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 11 .code 32
|
/third_party/libinput/src/ |
H A D | quirks.c | 836 p->value.tuples.tuples[i].second = events[i].code; in parse_attr()
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 2 // Use of this source code is governed by a BSD-style license that can be 438 ALLOCATE_VARSIZE_MAP(CODE_TYPE, code) in CreateInitialMaps()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 2 // Use of this source code is governed by a BSD-style license that can be 6 // S390 binary. This Simulator allows us to run and debug S390 code generation 8 // V8 calls into generated code via the GeneratedCode wrapper, 206 // the lr is set to this value on transition from native C code to 208 // C code. 241 void PrintStopInfo(uint32_t code); 339 // Set the condition code for bitwise operations 411 // used for compiling Wasm code at the moment. Wasm is also little endian 469 // A stop is watched if its code is less than kNumOfWatchedStops. 477 // instruction, if bit 31 of watched_stops_[code] [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 959 unsigned fixed : 1; // prevent dead code elimination 1153 unsigned builtin : 1; // true for calls to emulation code 1366 uint32_t *code;
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 868 A boolean that tells if this symbol exists in code or not.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 868 A boolean that tells if this symbol exists in code or not.
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang.y | 4 // Use of this source code is governed by a BSD-style license that can be 21 // Use of this source code is governed by a BSD-style license that can be 27 // Ignore errors in auto-generated code. 41 #pragma clang diagnostic ignored "-Wunreachable-code" 61 %code requires {
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-mmx.asm | 18 ; forward DCT (Discrete Cosine Transform). The following code is based
|