| /src/external/bsd/byacc/dist/test/ |
| ok_syntax1.y | 48 int ival; 72 { printf("%d\n",$<ival>1);} 74 { regs[$<ival>1] = $<ival>3; } 78 { $<ival>$ = $<ival>2; } 80 { $<ival>$ = $<ival>1 + $<ival>3; } 82 { $<ival>$ = $<ival>1 - $<ival>3; [all...] |
| err_syntax22.y | 9 int ival;
|
| err_syntax23.y | 9 int ival;
|
| err_syntax24.y | 9 int ival;
|
| err_syntax25.y | 9 int ival;
|
| /src/external/bsd/ntp/dist/libntp/ |
| atoint.c | 16 long *ival 49 *ival = -u; 51 *ival = u;
|
| octtoint.c | 16 u_long *ival 36 *ival = u;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| riscv-tdep.c | 1695 void decode_r_type_insn (enum opcode opcode, ULONGEST ival) 1698 m_rd = decode_register_index (ival, OP_SH_RD); 1699 m_rs1 = decode_register_index (ival, OP_SH_RS1); 1700 m_rs2 = decode_register_index (ival, OP_SH_RS2); 1704 void decode_cr_type_insn (enum opcode opcode, ULONGEST ival) 1707 m_rd = m_rs1 = decode_register_index (ival, OP_SH_CRS1S); 1708 m_rs2 = decode_register_index (ival, OP_SH_CRS2); 1712 void decode_i_type_insn (enum opcode opcode, ULONGEST ival) 1715 m_rd = decode_register_index (ival, OP_SH_RD); 1716 m_rs1 = decode_register_index (ival, OP_SH_RS1) [all...] |
| d-valprint.c | 47 struct value *ival; local 61 ival = value_at (true_type, addr); 62 true_type = ival->type (); 64 d_value_print_inner (ival, stream, recurse + 1, options);
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| btyacc_calc1.tab.h | 18 int ival; member in union:YYSTYPE
|
| calc1.tab.h | 18 int ival; member in union:YYSTYPE
|
| varsyntax_calc1.tab.h | 18 int ival; /* dreg & vreg array index values*/ member in union:YYSTYPE
|
| ok_syntax1.tab.h | 31 int ival; member in union:CalcData
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| calc1.tab.h | 15 int ival; member in union:YYSTYPE
|
| varsyntax_calc1.tab.h | 15 int ival; /* dreg & vreg array index values*/ member in union:YYSTYPE
|
| /src/external/mpl/bind/dist/tests/bench/ |
| qp-dump.c | 34 smallname_length(void *pval, uint32_t ival) { 36 return ival & 0xff; 40 smallname_labels(void *pval, uint32_t ival) { 42 return ival >> 8; 46 smallname_refcount(void *pval, uint32_t ival) { 47 UNUSED(ival); 52 smallname_ndata(void *pval, uint32_t ival) { 53 return (uint8_t *)(smallname_refcount(pval, ival) + 1); 57 smallname_offsets(void *pval, uint32_t ival) { 58 return smallname_ndata(pval, ival) + smallname_length(pval, ival) 196 uint32_t ival = 0; local [all...] |
| qplookups.c | 35 smallname_length(void *pval, uint32_t ival) { 37 return ival & 0xff; 41 smallname_labels(void *pval, uint32_t ival) { 43 return ival >> 8; 47 smallname_refcount(void *pval, uint32_t ival) { 48 UNUSED(ival); 53 smallname_ndata(void *pval, uint32_t ival) { 54 return (uint8_t *)(smallname_refcount(pval, ival) + 1); 58 smallname_offsets(void *pval, uint32_t ival) { 59 return smallname_ndata(pval, ival) + smallname_length(pval, ival) 162 uint32_t ival = 0; local [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| apitest.c | 38 int ival; local 156 if(ldap_get_option(NULL, LDAP_OPT_DEREF, &ival) != LDAP_SUCCESS) { 160 printf(" DEREF: %d\n", ival); 162 if(ldap_get_option(NULL, LDAP_OPT_SIZELIMIT, &ival) != LDAP_SUCCESS) { 166 printf(" SIZELIMIT: %d\n", ival); 168 if(ldap_get_option(NULL, LDAP_OPT_TIMELIMIT, &ival) != LDAP_SUCCESS) { 172 printf(" TIMELIMIT: %d\n", ival); 174 if(ldap_get_option(NULL, LDAP_OPT_REFERRALS, &ival) != LDAP_SUCCESS) { 178 printf(" REFERRALS: %s\n", ival ? "on" : "off"); 180 if(ldap_get_option(NULL, LDAP_OPT_RESTART, &ival) != LDAP_SUCCESS) [all...] |
| /src/lib/npf/ext_rndblock/ |
| npfext_rndblock.c | 77 long ival; local 87 ival = (i == 1) ? atof(val) * 100 : atol(val); 88 if (ival < params[i].min || ival > params[i].max) { 92 npf_ext_param_u32(ext, name, ival);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-mi-var-info-path-expression.c | 26 int ival; member in struct:atom 59 c4.atom.ival = 13;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-mi-var-info-path-expression.c | 26 int ival; member in struct:atom 59 c4.atom.ival = 13;
|
| /src/sys/dev/acpi/ |
| eqos_acpi.c | 142 ACPI_INTEGER ival; local 153 rv = acpi_dsd_integer(handle, "snps,mixed-burst", &ival); 154 if (ACPI_SUCCESS(rv) && ival) { 157 rv = acpi_dsd_integer(handle, "snps,tso", &ival); 158 if (ACPI_SUCCESS(rv) && ival) { 167 rv = acpi_dsd_integer(axi, "snps,wr_osr_lmt", &ival); 168 if (ACPI_SUCCESS(rv) && ival > 0) { 170 "snps,wr_osr_lmt", ival); 172 rv = acpi_dsd_integer(axi, "snps,rd_osr_lmt", &ival); 173 if (ACPI_SUCCESS(rv) && ival > 0) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-predicates.cc | 358 /* Function to check if 'bclr' instruction can be used with IVAL. */ 360 nds32_can_use_bclr_p (HOST_WIDE_INT ival) 365 /* Calculate the number of 1-bit of (~ival), if there is only one 1-bit, 366 it means the original ival has only one 0-bit, 369 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (~ival) & mask); 375 /* Function to check if 'bset' instruction can be used with IVAL. */ 377 nds32_can_use_bset_p (HOST_WIDE_INT ival) 382 /* Caculate the number of 1-bit of ival, if there is only one 1-bit, 385 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (ival) & mask); 391 /* Function to check if 'btgl' instruction can be used with IVAL. * 609 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 616 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 623 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 630 HOST_WIDE_INT ival = const_vector_to_hwint (op); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-predicates.cc | 358 /* Function to check if 'bclr' instruction can be used with IVAL. */ 360 nds32_can_use_bclr_p (HOST_WIDE_INT ival) 365 /* Calculate the number of 1-bit of (~ival), if there is only one 1-bit, 366 it means the original ival has only one 0-bit, 369 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (~ival) & mask); 375 /* Function to check if 'bset' instruction can be used with IVAL. */ 377 nds32_can_use_bset_p (HOST_WIDE_INT ival) 382 /* Caculate the number of 1-bit of ival, if there is only one 1-bit, 385 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (ival) & mask); 391 /* Function to check if 'btgl' instruction can be used with IVAL. * 609 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 616 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 623 HOST_WIDE_INT ival = const_vector_to_hwint (op); local 630 HOST_WIDE_INT ival = const_vector_to_hwint (op); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| d-valprint.c | 47 struct value *ival; local 61 ival = value_at (true_type, addr); 62 true_type = ival->type (); 64 d_value_print_inner (ival, stream, recurse + 1, options);
|