HomeSort by relevance Sort by last modified time
    Searched defs:hs (Results 51 - 75 of 250) sorted by null

1 23 4 5 6 7 8 910

  /external/mksh/src/
histrap.c 775 enum { hist_init_first, hist_init_retry, hist_use_it } hs; local
782 hs = hist_init_first;
823 hs = hist_use_it;
845 hs = hist_use_it;
855 if (hs == hist_use_it)
865 if (!unlink(hname) && hs != hist_init_retry) {
866 hs = hist_init_retry;
869 if (hs != hist_init_retry)
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 781 int hs = g->strt.size / 2; /* half the size of the string table */ local
782 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */
783 luaS_resize(L, hs); /* halve its size */
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 800 HashSet hs = new HashSet<Integer>(); local
802 Set s = Collections.checkedSet(hs, Integer.class);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch11.h 209 } __attribute__ ((packed)) hs; member in union:usb_hub_descriptor::__anon62872
  /system/core/toolbox/
newfs_msdos.c 853 off_t ms, hs = 0; local
909 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
922 bpb->hid = hs;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 282 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
286 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
290 return hs == Invalid;
293 HowSpecified getHowSpecified() const { return hs; }
294 void setHowSpecified(HowSpecified h) { hs = h; }
296 bool hasDataArgument() const { return hs == Arg; }
304 assert(hs == Constant);
314 assert(hs == Constant);
334 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 135 void SetHistorySize(int hs) {
136 CHECK_GE(hs, 0);
137 CHECK_LE(hs, 7);
138 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift);
152 const int hs = GetHistorySize(); local
153 // When hs == 0, the trace consists of 2 parts.
154 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1;
  /external/libedit/src/
readline.c 2209 HISTORY_STATE *hs; local
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 311 return hs;
383 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
401 __ Branch(USE_DELAY_SLOT, ool->entry(), hs, offset, i.InputOperand(1)); \
421 __ Branch(USE_DELAY_SLOT, &done, hs, offset, i.InputOperand(1)); \
442 __ Branch(USE_DELAY_SLOT, &done, hs, offset, i.InputOperand(1)); \
467 __ Branch(USE_DELAY_SLOT, &done, hs, at, \
495 __ Branch(USE_DELAY_SLOT, &done, hs, at, \
1982 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count)); local
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 311 return hs;
396 __ Branch(USE_DELAY_SLOT, out_of_bounds, hs, offset, length); \
506 __ Branch(USE_DELAY_SLOT, &done, hs, at, \
532 __ Branch(USE_DELAY_SLOT, &done, hs, at, \
2327 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count)); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
FormatString.h 295 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
299 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
303 return hs == Invalid;
306 HowSpecified getHowSpecified() const { return hs; }
307 void setHowSpecified(HowSpecified h) { hs = h; }
309 bool hasDataArgument() const { return hs == Arg; }
317 assert(hs == Constant);
327 assert(hs == Constant);
347 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /external/boringssl/src/ssl/
ssl_lib.cc 223 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_write;
227 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_read;
285 void ssl_update_cache(SSL_HANDSHAKE *hs, int mode) {
286 SSL *const ssl = hs->ssl;
303 (!ssl->server && hs->ticket_expected)) {
865 SSL_HANDSHAKE *hs = ssl->s3->hs.get(); local
868 int ret = ssl_run_handshake(hs, &early_return);
877 ssl->s3->hs.reset();
947 if (ssl->s3->hs != nullptr)
1218 SSL_HANDSHAKE *hs = ssl->s3->hs.get(); local
2492 SSL_HANDSHAKE *hs = ssl->s3->hs.get(); local
2605 SSL_HANDSHAKE *hs = ssl->s3->hs.get(); local
    [all...]

Completed in 645 milliseconds

1 23 4 5 6 7 8 910