/third_party/node/test/common/ |
H A D | udppair.js | 91 (chk) => setImmediate(() => clientSide.emitReceived(chk))); 93 (chk) => setImmediate(() => serverSide.emitReceived(chk)));
|
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 497 fsck->chk.valid_blk_cnt++; in sanity_check_nid() 498 fsck->chk.valid_node_cnt++; in sanity_check_nid() 504 if (sbi->fsck->chk.checked_node_cnt++ % p10) in sanity_check_nid() 508 sbi->fsck->chk.checked_node_cnt, in sanity_check_nid() 510 10 * (float)sbi->fsck->chk.checked_node_cnt / in sanity_check_nid() 741 fsck->chk.valid_inode_cnt++; in fsck_chk_inode_blk() 757 fsck->chk.multi_hard_link_files++; in fsck_chk_inode_blk() 965 fsck->chk.valid_blk_cnt++; in fsck_chk_inode_blk() 1234 F2FS_FSCK(sbi)->chk.valid_blk_cnt++; in fsck_chk_dnode_blk() 1858 fsck->chk in fsck_chk_data_blk() [all...] |
H A D | segment.c | 35 if (fsck->chk.valid_blk_cnt >= sbi->user_block_count) { in reserve_new_block() 39 if (is_node && fsck->chk.valid_node_cnt >= in reserve_new_block() 100 fsck->chk.valid_blk_cnt++; in reserve_new_block() 102 fsck->chk.valid_node_cnt++; in reserve_new_block() 104 fsck->chk.valid_inode_cnt++; in reserve_new_block()
|
H A D | mount.c | 2589 fsck->chk.sit_valid_blocks = sum_vblocks; in build_sit_area_bitmap() 2590 fsck->chk.sit_free_segs = free_segs; in build_sit_area_bitmap() 3141 set_cp(valid_block_count, fsck->chk.valid_blk_cnt); in write_checkpoint() 3142 set_cp(valid_node_count, fsck->chk.valid_node_cnt); in write_checkpoint() 3143 set_cp(valid_inode_count, fsck->chk.valid_inode_cnt); in write_checkpoint() 3296 fsck->chk.valid_nat_entry_cnt--; in build_nat_area_bitmap() 3302 fsck->chk.valid_nat_entry_cnt++; in build_nat_area_bitmap() 3318 fsck->chk.valid_nat_entry_cnt--; in build_nat_area_bitmap() 3337 fsck->chk.valid_nat_entry_cnt++; in build_nat_area_bitmap() 3345 fsck->chk in build_nat_area_bitmap() [all...] |
H A D | fsck.h | 104 } chk; member
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 876 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check() argument 897 if (chklen > 1 && chk[0] == '.') in do_x509_check() 910 chklen = strlen(chk); in do_x509_check() 933 chk, chklen, peername)) != 0) in do_x509_check() 951 chk, chklen, peername)) != 0) in do_x509_check() 973 chk, chklen, peername)) != 0) in do_x509_check() 979 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host() argument 982 if (chk == NULL) in X509_check_host() 990 chklen = strlen(chk); in X509_check_host() 991 else if (memchr(chk, '\ in X509_check_host() 998 X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags) X509_check_email() argument 1017 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) X509_check_ip() argument [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 6-1.c | 113 pid_t pid, chk; in threaded() local 145 chk = waitpid(pid, &status, 0); in threaded() 146 if (chk != pid) { in threaded() 147 output("Expected pid: %i. Got %i\n", (int)pid, (int)chk); in threaded()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 876 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check() argument 897 if (chklen > 1 && chk[0] == '.') in do_x509_check() 910 chklen = strlen(chk); in do_x509_check() 979 chk, chklen, peername)) != 0) in do_x509_check() 1001 chk, chklen, peername)) != 0) in do_x509_check() 1007 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host() argument 1010 if (chk == NULL) in X509_check_host() 1018 chklen = strlen(chk); in X509_check_host() 1019 else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen)) in X509_check_host() 1021 if (chklen > 1 && chk[chkle in X509_check_host() 1026 X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags) X509_check_email() argument 1045 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) X509_check_ip() argument [all...] |
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | ge25519.c | 199 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local 224 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 225 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 226 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime() 230 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 231 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 232 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
|
/third_party/lwip/test/sockets/ |
H A D | sockets_stresstest.c | 102 u16_t i, chk; in fill_test_data() local 111 chk = 0; in fill_test_data() 115 chk += rnd; in fill_test_data() 118 p[2] = (u8_t)(chk >> 8); in fill_test_data() 119 p[3] = (u8_t)chk; in fill_test_data() 126 u16_t i, chk, chk_rx, len_rx; in check_test_data() local 138 chk = 0; in check_test_data() 140 chk += p[i]; in check_test_data() 142 LWIP_ASSERT("invalid checksum", chk == chk_rx); in check_test_data()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
H A D | helper.c | 88 pid_t chk; in main() local 147 chk = waitpid(child, &status, 0); in main() 148 if (chk != child) { in main()
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | objxref.pl | 135 my ($chk) = @_; 136 if (!exists $oid_tbl{$chk}) 138 die "Can't find \"$chk\"\n";
|
/third_party/openssl/crypto/objects/ |
H A D | objxref.pl | 135 my ($chk) = @_; 136 if (!exists $oid_tbl{$chk}) 138 die "Can't find \"$chk\"\n";
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | unistd.h | 81 return __DIAGNOSE_PREAD_PREFIX(chk)(fd, buf, count, offset, bos); in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE() 97 return __DIAGNOSE_PWRITE_PREFIX(chk)(fd, buf, count, offset, bos); in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE()
|
/third_party/musl/include/fortify/linux/ |
H A D | unistd.h | 81 return __DIAGNOSE_PREAD_PREFIX(chk)(fd, buf, count, offset, bos); in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE() 97 return __DIAGNOSE_PWRITE_PREFIX(chk)(fd, buf, count, offset, bos); in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | generate_real_test.cc | 462 uint64_t chk = 0; in TEST() local 469 chk = (~uint64_t(0)) >> (clz + 1); in TEST() 471 for (; x > chk && limit > 0; x -= dec) { in TEST()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 708 int X509_check_host(X509 *x, const char *chk, size_t chklen, 710 int X509_check_email(X509 *x, const char *chk, size_t chklen, 712 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 221 bool chk = chkP && chkNV && chkR && chkRRO && chkS && chkSh && chkSl && in check() local 224 return chk; in check()
|
/third_party/icu/tools/release/c/ |
H A D | uconfigtest.sh | 196 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.chk make -k ${JOPT} pcheck ${1} INTLTEST_OPTS=-w CINTLTST_OPTS=-w DEPS= || fail check
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509v3.h | 1034 int X509_check_host(X509 *x, const char *chk, size_t chklen, 1036 int X509_check_email(X509 *x, const char *chk, size_t chklen, 1038 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
|