/third_party/ltp/lib/ |
H A D | random_range.c | 683 int ind; local 698 for (ind = 2; ind < argc; ind++) { 701 sscanf(argv[ind], "%i", &mask); 726 int ind; local 750 for (ind = 0; ind < PARTNUM; ind++) 751 cntarr[ind] [all...] |
H A D | tlibio.c | 282 unsigned int ind; in lio_parse_io_arg1() local 289 for (ind = 0; ind < sizeof(Lio_info1) / sizeof(struct lio_info_type); in lio_parse_io_arg1() 290 ind++) { in lio_parse_io_arg1() 291 if (strcmp(string, Lio_info1[ind].token) == 0) { in lio_parse_io_arg1() 292 mask |= Lio_info1[ind].bits; in lio_parse_io_arg1() 314 unsigned int ind; in lio_help1() local 316 for (ind = 0; ind < sizeof(Lio_info1) / sizeof(struct lio_info_type); in lio_help1() 317 ind in lio_help1() 343 unsigned int ind; lio_parse_io_arg2() local 407 unsigned int ind; lio_help2() local 2010 int ind; global() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod06.c | 123 int ind; /* counter to test different test conditions */ in main() local 137 for (ind = 0; Test_cases[ind].desc != NULL; ind++) { in main() 138 node_name = Test_cases[ind].pathname; in main() 139 test_desc = Test_cases[ind].desc; in main() 153 Test_cases[ind].exp_errno); in main() 157 if (TEST_ERRNO == Test_cases[ind].exp_errno) { in main() 163 TEST_ERRNO, Test_cases[ind].exp_errno); in main() 188 int ind; in setup() local 224 int ind; /* counter variable */ longpath_setup() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink03.c | 147 int ind; /* counter to test different test conditions */ in main() local 161 for (ind = 0; Test_cases[ind].desc != NULL; ind++) { in main() 162 test_file = Test_cases[ind].file; in main() 163 sym_file = Test_cases[ind].link; in main() 164 test_desc = Test_cases[ind].desc; in main() 178 if (TEST_ERRNO == Test_cases[ind].exp_errno) { in main() 186 Test_cases[ind].exp_errno); in main() 191 Test_cases[ind] in main() 211 int ind; setup() local 306 int ind; /* counter variable */ longpath_setup() local [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | open_flags.c | 197 unsigned int ind; in parse_open_flags() local 210 for (ind = 0; in parse_open_flags() 211 ind < sizeof(Open_flags) / sizeof(struct open_flag_t); in parse_open_flags() 212 ind++) { in parse_open_flags() 213 if (strcmp(name, Open_flags[ind].symbol) == 0) { in parse_open_flags() 214 bits |= Open_flags[ind].flag; in parse_open_flags() 241 int ind; in openflags2symbols() local 263 for (ind = 1; ind < size; ind in openflags2symbols() [all...] |
H A D | forker.c | 163 static int ind = 0; in forker() local 165 Forker_pids[ind] = 0; in forker() 244 int ind; local 274 for (ind = 0; ind < Forker_npids; ind++) { 275 printf("%d ind:%-2d pid:%d\n", getpid(), ind, Forker_pids[ind]);
|
H A D | databin.c | 46 int ind; in databingen() local 59 for (ind = 0; ind < bsize; ind++) in databingen() 60 buffer[ind] = ((offset + ind) % 8 & 0177); in databingen() 73 for (ind = 0; ind < bsize; ind++) in databingen() 74 buffer[ind] in databingen() [all...] |
H A D | dataascii.c | 49 int ind; in dataasciigen() local 66 ind = cnt % chars_size; in dataasciigen() 67 *chr++ = charlist[ind]; in dataasciigen() 78 int ind; in dataasciichk() local 98 ind = cnt % chars_size; in dataasciichk() 99 if (*chr != charlist[ind]) { in dataasciichk() 102 cnt, charlist[ind], *chr); in dataasciichk()
|
H A D | growfiles.c | 351 int ind; in main() local 414 while ((ind = getopt(argc, argv, in main() 417 switch (ind) { in main() 1128 for (ind = 0; ind < num; ind++) { in main() 1129 printf("\t%#o\n", Open_flags[ind]); in main() 1270 for (ind = first_file_ind; ind < argc; ind in main() 1720 int ind; notify_others() local 1789 int ind; cleanup() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_index.py | 8 return self.ind 20 self.o.ind = -2 21 self.n.ind = 2 26 self.o.ind = 1 27 self.n.ind = 2 36 self.o.ind = 4 37 self.n.ind = 5 51 self.o.ind = 'dumb' 52 self.n.ind = 'bad' 103 self.o.ind [all...] |
/third_party/ltp/testcases/kernel/syscalls/sigaltstack/ |
H A D | sigaltstack02.c | 114 int ind; /* counter to test different test conditions */ in main() local 124 for (ind = 0; Test_cases[ind].desc != NULL; ind++) { in main() 125 sigstk.ss_size = Test_cases[ind].size; in main() 126 sigstk.ss_flags = Test_cases[ind].flag; in main() 127 test_desc = Test_cases[ind].desc; in main() 135 Test_cases[ind].exp_errno) { in main() 145 [ind].exp_errno); in main() 150 Test_cases[ind] in main() [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_admis.c | 54 BIO *bp, int ind); 72 BIO *bp, int ind) in i2r_NAMING_AUTHORITY() 84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 91 if (BIO_printf(bp, "%*s admissionAuthorityId: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY() 107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY() 119 BIO *bp, int ind) in i2r_ADMISSION_SYNTAX() 125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 126 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 135 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "", in i2r_ADMISSION_SYNTAX() 71 i2r_NAMING_AUTHORITY(const struct v3_ext_method *method, void *in, BIO *bp, int ind) i2r_NAMING_AUTHORITY() argument 118 i2r_ADMISSION_SYNTAX(const struct v3_ext_method *method, void *in, BIO *bp, int ind) i2r_ADMISSION_SYNTAX() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_admis.c | 54 BIO *bp, int ind); 72 BIO *bp, int ind) in i2r_NAMING_AUTHORITY() 84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 91 if (BIO_printf(bp, "%*s admissionAuthorityId: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY() 107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY() 119 BIO *bp, int ind) in i2r_ADMISSION_SYNTAX() 125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 126 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 135 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "", in i2r_ADMISSION_SYNTAX() 71 i2r_NAMING_AUTHORITY(const struct v3_ext_method *method, void *in, BIO *bp, int ind) i2r_NAMING_AUTHORITY() argument 118 i2r_ADMISSION_SYNTAX(const struct v3_ext_method *method, void *in, BIO *bp, int ind) i2r_ADMISSION_SYNTAX() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 42 BIO *bp, int ind); 111 int ind) in i2r_ocsp_crlid() 115 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) in i2r_ocsp_crlid() 123 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) in i2r_ocsp_crlid() 131 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) in i2r_ocsp_crlid() 144 BIO *bp, int ind) in i2r_ocsp_acutoff() 146 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_ocsp_acutoff() 154 int ind) in i2r_object() 156 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_object() 240 BIO *bp, int ind) in i2r_ocsp_serviceloc() 110 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_crlid() argument 143 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) i2r_ocsp_acutoff() argument 153 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) i2r_object() argument 239 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_serviceloc() argument [all...] |
/third_party/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 42 BIO *bp, int ind); 111 int ind) in i2r_ocsp_crlid() 115 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) in i2r_ocsp_crlid() 123 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) in i2r_ocsp_crlid() 131 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) in i2r_ocsp_crlid() 144 BIO *bp, int ind) in i2r_ocsp_acutoff() 146 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_ocsp_acutoff() 154 int ind) in i2r_object() 156 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_object() 240 BIO *bp, int ind) in i2r_ocsp_serviceloc() 110 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_crlid() argument 143 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) i2r_ocsp_acutoff() argument 153 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) i2r_object() argument 239 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_serviceloc() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 328 private static final byte ispos = 1; // ind: indicates positive (must be 1) 329 private static final byte iszero = 0; // ind: indicates zero (must be 0) 330 private static final byte isneg = -1; // ind: indicates negative (must be -1) 364 private byte ind; // assumed undefined field in BigDecimal 546 ind = ispos; // assume positive in BigDecimal() 551 ind = isneg; in BigDecimal() 713 ind = iszero; // force to show zero in BigDecimal() 722 // [ind was set earlier] in BigDecimal() 732 // say 'BD(c[]): mant[0] mantlen exp ind form:' mant[0] mant.length exp ind for in BigDecimal() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 317 private static final byte ispos = 1; // ind: indicates positive (must be 1) 318 private static final byte iszero = 0; // ind: indicates zero (must be 0) 319 private static final byte isneg = -1; // ind: indicates negative (must be -1) 353 private byte ind; // assumed undefined field in BigDecimal 530 ind = ispos; // assume positive in BigDecimal() 535 ind = isneg; in BigDecimal() 697 ind = iszero; // force to show zero in BigDecimal() 706 // [ind was set earlier] in BigDecimal() 716 // say 'BD(c[]): mant[0] mantlen exp ind form:' mant[0] mant.length exp ind for in BigDecimal() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | interplayacm.c | 118 static int zero(InterplayACMContext *s, unsigned ind, unsigned col) in zero() argument 127 static int bad(InterplayACMContext *s, unsigned ind, unsigned col) in bad() argument 132 static int linear(InterplayACMContext *s, unsigned ind, unsigned col) in linear() argument 136 int b, middle = 1 << (ind - 1); in linear() 139 b = get_bits(gb, ind); in linear() 145 static int k13(InterplayACMContext *s, unsigned ind, unsigned col) in k13() argument 170 static int k12(InterplayACMContext *s, unsigned ind, unsigned col) in k12() argument 188 static int k24(InterplayACMContext *s, unsigned ind, unsigned col) in k24() argument 214 static int k23(InterplayACMContext *s, unsigned ind, unsigned col) in k23() argument 232 static int k35(InterplayACMContext *s, unsigned ind, unsigne argument 266 k34(InterplayACMContext *s, unsigned ind, unsigned col) k34() argument 291 k45(InterplayACMContext *s, unsigned ind, unsigned col) k45() argument 318 k44(InterplayACMContext *s, unsigned ind, unsigned col) k44() argument 336 t15(InterplayACMContext *s, unsigned ind, unsigned col) t15() argument 365 t27(InterplayACMContext *s, unsigned ind, unsigned col) t27() argument 394 t37(InterplayACMContext *s, unsigned ind, unsigned col) t37() argument 434 unsigned i, ind; fill_block() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod01.c | 22 int ind; in verify_fchmod() local 25 for (ind = 0; ind < 8; ind++) { in verify_fchmod() 26 mode = (mode_t)modes[ind]; in verify_fchmod()
|
/third_party/ltp/testcases/kernel/syscalls/mremap/ |
H A D | mremap01.c | 101 int ind; /* counter variable */ in main() local 124 for (ind = 0; ind < newsize; ind++) { in main() 125 addr[ind] = (char)ind; in main()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 527 int rc, ind, total; in main() local 565 for (ind = 0; ind < total; ind++) { in main() 567 if ((child_info[ind].threads = malloc(breadth * sizeof(pthread_t))) == in main() 572 memset(child_info[ind].threads, 0x00, in main() 575 if ((child_info[ind].child_ptrs = malloc(breadth * sizeof(c_info *))) == NULL) { in main() 579 memset(child_info[ind].child_ptrs, 0x00, in main() 583 pthread_mutex_init(&child_info[ind].child_mutex, NULL))) { in main() 590 pthread_mutex_init(&child_info[ind] in main() [all...] |
H A D | pth_str01.c | 547 int rc, ind, total; in main() local 590 for (ind = 0; ind < total; ind++) { in main() 592 if ((child_info[ind].threads = malloc(breadth * sizeof(pthread_t))) in main() 597 memset(child_info[ind].threads, 0x00, in main() 600 if ((child_info[ind].child_ptrs = malloc(breadth * sizeof(c_info *))) == NULL) { in main() 604 memset(child_info[ind].child_ptrs, 0x00, in main() 607 if ((rc = pthread_mutex_init(&child_info[ind].child_mutex, in main() 614 if ((rc = pthread_mutex_init(&child_info[ind] in main() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_cpal.c | 88 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color() local 93 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 94 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); in paletted_to_color() 97 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); in paletted_to_color() 102 const GLubyte *ind = (const GLubyte *) indices; in paletted_to_color() local 104 pix += get_palette_entry(info, palette, ind[i], pix); in paletted_to_color()
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_serial.c | 459 int ind; in prepend_vendor_model() local 463 ind = strlen(serial); in prepend_vendor_model() 467 * above, ind will never be too large. in prepend_vendor_model() 469 if (ind != (VENDOR_LENGTH + MODEL_LENGTH)) { in prepend_vendor_model() 471 dev_scsi->kernel, (VENDOR_LENGTH + MODEL_LENGTH), ind); in prepend_vendor_model() 474 return ind; in prepend_vendor_model() 866 int ind; in scsi_get_serial() local 945 for (ind = 4; ind <= page0[3] + 3; ind in scsi_get_serial() [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | popen_forkserver.py | 20 def __init__(self, ind): 21 self.ind = ind 23 return forkserver.get_inherited_fds()[self.ind]
|