| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssanames.h | 52 TRAILING_WIDE_INT_ACCESSOR (min, ints, 0) 53 TRAILING_WIDE_INT_ACCESSOR (max, ints, 1) 54 TRAILING_WIDE_INT_ACCESSOR (nonzero_bits, ints, 2) 55 trailing_wide_ints <3> ints; variable
|
| read-rtl.cc | 139 static struct iterator_group modes, codes, ints, substs; 277 /* Implementations of the iterator_group callbacks for ints. */ 891 htab_traverse (ints.iterators, add_current_iterators, NULL); 1026 ints.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); 1027 ints.iterators = htab_create (13, leading_string_hash, 1029 ints.type = "int"; 1030 ints.find_builtin = find_int; 1031 ints.apply_iterator = apply_int_iterator; 1032 ints.get_c_token = get_int_token; 1439 read_mapping (&ints, ints.attrs) 138 static struct iterator_group modes, codes, ints, substs; variable in typeref:struct: [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| interrupts.c | 446 interrupts *ints = cpu_interrupts(processor); local 447 ints->delivery_scheduled = NULL; 459 if (ints->pending_interrupts & external_interrupt_pending) { 467 else if (ints->pending_interrupts & decrementer_interrupt_pending) { 476 ints->pending_interrupts &= ~decrementer_interrupt_pending; 485 interrupts *ints = cpu_interrupts(processor); local 486 if (ints->delivery_scheduled == NULL) { 487 ints->delivery_scheduled = 510 interrupts *ints = cpu_interrupts(processor); local 511 ints->pending_interrupts |= decrementer_interrupt_pending 522 interrupts *ints = cpu_interrupts(processor); local [all...] |
| cpu.c | 64 interrupts ints; member in struct:_cpu 349 return &processor->ints;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| interrupts.c | 446 interrupts *ints = cpu_interrupts(processor); local 447 ints->delivery_scheduled = NULL; 459 if (ints->pending_interrupts & external_interrupt_pending) { 467 else if (ints->pending_interrupts & decrementer_interrupt_pending) { 476 ints->pending_interrupts &= ~decrementer_interrupt_pending; 485 interrupts *ints = cpu_interrupts(processor); local 486 if (ints->delivery_scheduled == NULL) { 487 ints->delivery_scheduled = 510 interrupts *ints = cpu_interrupts(processor); local 511 ints->pending_interrupts |= decrementer_interrupt_pending 522 interrupts *ints = cpu_interrupts(processor); local [all...] |
| cpu.c | 64 interrupts ints; member in struct:_cpu 349 return &processor->ints;
|
| /src/external/mpl/bind/dist/tests/isc/ |
| quota_test.c | 165 int ints[] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, local 177 &ints[i]); 184 &ints[i]); 192 &ints[i]);
|
| /src/sys/arch/hp300/stand/common/ |
| scsi.c | 197 uint8_t ints; local 200 while ((ints = hd->scsi_ints) == 0) { 205 hd->scsi_ints = ints; 271 uint8_t phase, ints; local 353 while ((ints = hd->scsi_ints) == 0) { 358 hd->scsi_ints = ints; 359 if (ints & INTS_SRV_REQ) 361 else if (ints & INTS_DISCON) 363 else if ((ints & INTS_CMD_DONE) == 0)
|
| /src/sys/external/isc/atheros_hal/dist/ar5210/ |
| ar5210_xmit.c | 332 HAL_INT ints = ar5210GetInterrupts(ah); local 338 (void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL); 352 ar5210SetInterrupts(ah, ints); 359 ar5210SetInterrupts(ah, ints);
|
| /src/sys/external/isc/atheros_hal/dist/ar5211/ |
| ar5211_xmit.c | 41 HAL_INT ints = ar5211GetInterrupts(ah); local 47 ar5211SetInterrupts(ah, ints &~ HAL_INT_GLOBAL); 62 ar5211SetInterrupts(ah, ints); 70 ar5211SetInterrupts(ah, ints);
|
| /src/sys/arch/amiga/dev/ |
| kbd.c | 264 * collides with external ints from SCSI, watch out for this when 629 u_char ints, mask, c, in; local 656 for (ints = 0; ! ((mask = ciaa.icr) & CIA_ICR_SP); 657 ints |= mask) ; 675 if (ints) 676 dispatch_cia_ints (0, ints);
|
| /src/sys/arch/hppa/spmath/ |
| fpudispatch.c | 666 struct { unsigned i1; unsigned i2; } ints; member in union:__anon1437 716 fpregs[tm] = mtmp.ints.i1; 717 fpregs[tm+1] = mtmp.ints.i2; 718 fpregs[ta] = atmp.ints.i1; 719 fpregs[ta+1] = atmp.ints.i2; 769 fpregs[tm] = mtmp.ints.i1; 770 fpregs[ta] = atmp.ints.i1; 790 struct { unsigned i1; unsigned i2; } ints; member in union:__anon1439 823 fpregs[tm] = mtmp.ints.i1; 824 fpregs[tm+1] = mtmp.ints.i2 [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| sc.c | 423 printf("sc%d: abort phase=0x%x, ssts=0x%x, ints=0x%x\n", 654 uint8_t ints, temp; local 662 if ((ints = hd->scsi_ints) != 0) 676 printf("scintr: INTS 0x%x, SSTS 0x%x, PCTL 0x%x, PSNS 0x%x 0x%x\n", 677 ints, hd->scsi_ssts, hd->scsi_pctl, hd->scsi_psns, hs->sc_phase); 679 if (ints & INTS_RESEL) { 689 } else if (ints & INTS_DISCON) { 701 hd->scsi_ints = ints; 705 } else if (ints & INTS_CMD_DONE) { 710 hd->scsi_ints = ints; [all...] |
| /src/sys/arch/shark/shark/ |
| profile.c | 283 static int ints = 0; variable
|
| /src/sys/arch/x68k/dev/ |
| kbd.c | 445 u_char ints, c; local 448 ints = mfp_get_iera(); 454 mfp_set_iera(ints);
|
| /src/external/bsd/nvi/dist/motif_l/ |
| m_motif.h | 94 optData *ints; member in struct:__anon7604
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 41 fun ints n = if n>=0 then (Int.toString n) else ("-" ^ (Int.toString (~n))); function 57 fun reg i regi = "(reg:SI " ^ (ints regi) ^ ")"; 60 "(mem:SI (plus:SI (reg:SI SP_REGNO) (const_int " ^ (ints (~4*i)) ^ ")))" 63 (ints opndi) ^ " \"stack_memory_operand\" \"\")"; 87 | pop_opnds n spl = "r" ^ (ints (reg_index n)) ^ spl ^ (pop_opnds (n-1) spl); 89 | push_opnds n spl = (push_opnds (n-1) spl) ^ spl ^ "r" ^ (ints (reg_index n)); 92 val spadj = ints spadj_opnd; 104 (ints (length element_list)) ^ 108 (ints (4*regsave_num)) ^ ") <= 60")) ^ 119 "GEN_INT (-INTVAL (operands[1]) - " ^ (ints (4*regsave_num)) ^ ");\n" [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 41 fun ints n = if n>=0 then (Int.toString n) else ("-" ^ (Int.toString (~n))); function 57 fun reg i regi = "(reg:SI " ^ (ints regi) ^ ")"; 60 "(mem:SI (plus:SI (reg:SI SP_REGNO) (const_int " ^ (ints (~4*i)) ^ ")))" 63 (ints opndi) ^ " \"stack_memory_operand\" \"\")"; 87 | pop_opnds n spl = "r" ^ (ints (reg_index n)) ^ spl ^ (pop_opnds (n-1) spl); 89 | push_opnds n spl = (push_opnds (n-1) spl) ^ spl ^ "r" ^ (ints (reg_index n)); 92 val spadj = ints spadj_opnd; 104 (ints (length element_list)) ^ 108 (ints (4*regsave_num)) ^ ") <= 60")) ^ 119 "GEN_INT (-INTVAL (operands[1]) - " ^ (ints (4*regsave_num)) ^ ");\n" [all...] |
| /src/external/gpl3/gdb/dist/sim/arm/ |
| maverick.c | 61 int ints[2]; member in union:__anon19108 588 /* 32bit ints should be sign extended to 64bits when loaded. */ 1183 reg_conv.ints[lsw_float_index] = DSPregs[regnum].upper.i; 1184 reg_conv.ints[msw_float_index] = DSPregs[regnum].lower.i; 1192 DSPregs[regnum].upper.i = reg_conv.ints[lsw_float_index]; 1193 DSPregs[regnum].lower.i = reg_conv.ints[msw_float_index]; 1199 reg_conv.ints[lsw_int_index] = DSPregs[regnum].lower.i; 1200 reg_conv.ints[msw_int_index] = DSPregs[regnum].upper.i; 1208 DSPregs[regnum].lower.i = reg_conv.ints[lsw_int_index]; 1209 DSPregs[regnum].upper.i = reg_conv.ints[msw_int_index] [all...] |
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| maverick.c | 61 int ints[2]; member in union:__anon21847 588 /* 32bit ints should be sign extended to 64bits when loaded. */ 1183 reg_conv.ints[lsw_float_index] = DSPregs[regnum].upper.i; 1184 reg_conv.ints[msw_float_index] = DSPregs[regnum].lower.i; 1192 DSPregs[regnum].upper.i = reg_conv.ints[lsw_float_index]; 1193 DSPregs[regnum].lower.i = reg_conv.ints[msw_float_index]; 1199 reg_conv.ints[lsw_int_index] = DSPregs[regnum].lower.i; 1200 reg_conv.ints[msw_int_index] = DSPregs[regnum].upper.i; 1208 DSPregs[regnum].lower.i = reg_conv.ints[lsw_int_index]; 1209 DSPregs[regnum].upper.i = reg_conv.ints[msw_int_index] [all...] |
| /src/sys/dev/ic/ |
| mb89352.c | 228 bus_space_write_1(iot, ioh, INTS, 0); 357 bus_space_write_1(iot, ioh, INTS, 0); 618 if (bus_space_read_1(iot, ioh, INTS) != 0) 936 if (bus_space_read_1(iot, ioh, INTS) != 0) { 970 * We have to read INTS before checking SSTS to avoid 975 intstat = bus_space_read_1(iot, ioh, INTS); 986 bus_space_read_1(iot, ioh, INTS) != 0) 1367 if (bus_space_read_1(iot, ioh, INTS) != 0) 1378 if (bus_space_read_1(iot, ioh, INTS) != 0) { 1470 if (bus_space_read_1(iot, ioh, INTS) != 0 1643 uint8_t ints; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| nouveau_nvkm_engine_fifo_gf100.c | 508 u32 ints = (intr >> (unkn * 0x04)) & inte; local 509 if (ints & 0x1) { 511 ints &= ~1; 513 if (ints) { 515 engn, unkn, ints); 516 nvkm_mask(device, 0x002628, ints, 0);
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_thermal.c | 485 uint32_t ints; local 489 ints = RD4(sc, THS_INTS); 490 WR4(sc, THS_INTS, ints); 492 if ((ints & SHUT_INT_ALL) != 0) 495 if ((ints & ALARM_INT_ALL) != 0) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-rtl.cc | 145 static struct iterator_group modes, codes, ints, substs; 283 /* Implementations of the iterator_group callbacks for ints. */ 922 htab_traverse (ints.iterators, add_current_iterators, NULL); 1057 ints.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); 1058 ints.iterators = htab_create (13, leading_string_hash, 1060 ints.type = "int"; 1061 ints.find_builtin = find_int; 1062 ints.apply_iterator = apply_int_iterator; 1063 ints.get_c_token = get_int_token; 1064 ints.has_self_attr = true 144 static struct iterator_group modes, codes, ints, substs; variable in typeref:struct: [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
| cr16.h | 384 int ints; member in struct:cumulative_args
|