/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | bgscan.h | 24 void (*notify_signal_change)(void *priv, int above, 38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, 74 int above, int current_signal, in bgscan_notify_signal_change() 73 bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, int current_signal, int current_noise, int current_txrate) bgscan_notify_signal_change() argument
|
H A D | bgscan_simple.c | 199 static void bgscan_simple_notify_signal_change(void *priv, int above, in bgscan_simple_notify_signal_change() argument 213 "(above=%d current_signal=%d current_noise=%d " in bgscan_simple_notify_signal_change() 214 "current_txrate=%d))", above, current_signal, in bgscan_simple_notify_signal_change() 216 if (data->scan_interval == data->long_interval && !above) { in bgscan_simple_notify_signal_change() 242 } else if (data->scan_interval == data->short_interval && above) { in bgscan_simple_notify_signal_change() 249 } else if (!above) { in bgscan_simple_notify_signal_change()
|
H A D | bgscan.c | 100 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, in bgscan_notify_signal_change() argument 105 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above, in bgscan_notify_signal_change()
|
H A D | bgscan_learn.c | 558 static void bgscan_learn_notify_signal_change(void *priv, int above, in bgscan_learn_notify_signal_change() argument 572 "(above=%d current_signal=%d current_noise=%d " in bgscan_learn_notify_signal_change() 573 "current_txrate=%d)", above, current_signal, in bgscan_learn_notify_signal_change() 575 if (data->scan_interval == data->long_interval && !above) { in bgscan_learn_notify_signal_change() 582 } else if (data->scan_interval == data->short_interval && above) { in bgscan_learn_notify_signal_change() 589 } else if (!above) { in bgscan_learn_notify_signal_change()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bgscan.h | 24 void (*notify_signal_change)(void *priv, int above, 38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, 74 int above, int current_signal, in bgscan_notify_signal_change() 73 bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, int current_signal, int current_noise, int current_txrate) bgscan_notify_signal_change() argument
|
H A D | bgscan_simple.c | 199 static void bgscan_simple_notify_signal_change(void *priv, int above, in bgscan_simple_notify_signal_change() argument 213 "(above=%d current_signal=%d current_noise=%d " in bgscan_simple_notify_signal_change() 214 "current_txrate=%d))", above, current_signal, in bgscan_simple_notify_signal_change() 216 if (data->scan_interval == data->long_interval && !above) { in bgscan_simple_notify_signal_change() 242 } else if (data->scan_interval == data->short_interval && above) { in bgscan_simple_notify_signal_change() 249 } else if (!above) { in bgscan_simple_notify_signal_change()
|
H A D | bgscan.c | 100 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, in bgscan_notify_signal_change() argument 105 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above, in bgscan_notify_signal_change()
|
H A D | bgscan_learn.c | 558 static void bgscan_learn_notify_signal_change(void *priv, int above, in bgscan_learn_notify_signal_change() argument 572 "(above=%d current_signal=%d current_noise=%d " in bgscan_learn_notify_signal_change() 573 "current_txrate=%d)", above, current_signal, in bgscan_learn_notify_signal_change() 575 if (data->scan_interval == data->long_interval && !above) { in bgscan_learn_notify_signal_change() 582 } else if (data->scan_interval == data->short_interval && above) { in bgscan_learn_notify_signal_change() 589 } else if (!above) { in bgscan_learn_notify_signal_change()
|
/third_party/gn/src/gn/ |
H A D | function_template.cc | 126 # (this is why we can use the "sources" directly above without having to 142 # above. 145 # This target depends on the files produced by the above code gen target. 152 # This calls the template code above, defining target_name to be 162 # Depend on the name we gave the template call above. Internally, this will 205 // The template object above created a closure around the variables in the 207 // invoked. But this means that any variables defined above that are used
|
H A D | function_set_defaults.cc | 42 # The configs will be auto-populated as above. You can remove it if
|
H A D | rust_variables.cc | 41 With the addition of `aliased_deps`, above target would instead compile with:
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | vcdiv64.asm | 8 ; 1. Redistributions of source code must retain the above copyright 11 ; 2. Redistributions in binary form must reproduce the above copyright
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 62 // any overlap between regions, this also means that the start of {above} is in Merge() 64 auto above = regions_.lower_bound(new_region); in Merge() local 65 DCHECK(above == regions_.end() || above->begin() >= new_region.end()); in Merge() 67 // Check whether to merge with {above}. in Merge() 68 if (above != regions_.end() && new_region.end() == above->begin()) { in Merge() 70 new_region.size() + above->size()}; in Merge() 71 DCHECK_EQ(merged_region.end(), above->end()); in Merge() 73 if (above ! in Merge() [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | run-metatests.sh | 15 in the logs above.
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Console.mak | 45 # we need empty line after last line above
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 9 " * Redistributions of source code must retain the above copyright 11 " * Redistributions in binary form must reproduce the above
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 83 bne 15b @ (Flags from the subs above) If not run out of bytes then go around again 86 and r1,r1,#0xff @ Get r1 back to a single character from the expansion above
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 275 __ j(above, &fail); // Weren't Latin-1 letters. in CheckNotBackReferenceIgnoreCase() 514 BranchOrBacktrack(above, on_not_in_range); in CheckCharacterNotInRange() 601 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 618 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 628 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 654 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 670 __ j(above, &done); in CheckSpecialCharacterClass() 785 // Check if there is room for the variable number of registers above in GetCode() 1032 // If any of the code above needed to exit with an exception. in GetCode() 1323 __ j(above, [all...] |
/third_party/node/deps/v8/src/regexp/x64/ |
H A D | regexp-macro-assembler-x64.cc | 307 __ j(above, on_no_match); // Weren't Latin-1 letters. in CheckNotBackReferenceIgnoreCase() 525 BranchOrBacktrack(above, on_not_in_range); in CheckCharacterNotInRange() 614 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 648 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 657 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 666 BranchOrBacktrack(above, on_no_match); in CheckSpecialCharacterClass() 681 __ j(above, &done); in CheckSpecialCharacterClass() 822 // Check if there is room for the variable number of registers above in GetCode() 1081 // If any of the code above needed to exit with an exception. in GetCode() 1416 __ j(above, [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | sizedness.rs | 315 unreachable!("covered by the .is_opaque() check above") in constrain()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_dedot.c | 115 int above = src[x - src_linesize]; \ 121 if (FFABS(above + bellow - 2 * cur) <= luma2d && \
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 734 case 1: SET_CTXS(s, above, col, 1); break; in decode_mode() 735 case 2: SET_CTXS(s, above, col, 2); break; in decode_mode() 736 case 4: SET_CTXS(s, above, col, 4); break; in decode_mode() 737 case 8: SET_CTXS(s, above, col, 8); break; in decode_mode() 1336 case 1: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 1, h); break; in ff_vp9_decode_block() 1337 case 2: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 2, h); break; in ff_vp9_decode_block() 1338 case 4: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 4, h); break; in ff_vp9_decode_block() 1339 case 8: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 8, h); break; in ff_vp9_decode_block()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 69 @ bit of precision, which is accomplished by replacing the sequence above with: 113 @ Halving add/sub above already did one shift 218 vshr.s16 q9, q1, #(\rshift - 1) @ one shift is already done by vhadd/vhsub above
|