| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_fence.h | 36 struct list_head flip; member in struct:nouveau_fence_chan
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| SubtargetFeature.h | 78 constexpr FeatureBitset &flip(unsigned I) { function in class:llvm::FeatureBitset
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 45 bool flip; member in struct:nouveau_plane 132 bool flip = nv_plane->flip; local 158 nvif_wr32(dev, NV_PVIDEO_BASE(flip), 0); 159 nvif_wr32(dev, NV_PVIDEO_OFFSET_BUFF(flip), nv_fb->nvbo->bo.offset); 160 nvif_wr32(dev, NV_PVIDEO_SIZE_IN(flip), src_h << 16 | src_w); 161 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); 162 nvif_wr32(dev, NV_PVIDEO_DS_DX(flip), (src_w << 20) / crtc_w); 163 nvif_wr32(dev, NV_PVIDEO_DT_DY(flip), (src_h << 20) / crtc_h); 164 nvif_wr32(dev, NV_PVIDEO_POINT_OUT(flip), crtc_y << 16 | crtc_x) [all...] |
| disp.h | 87 struct nvif_notify flip; member in struct:nv04_display
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| noisydgrambio.c | 228 int *should_drop, uint16_t *flip, size_t *flip_offset) 232 *flip = 0; 243 * Of noisy datagrams, 25% drop, 25% duplicate, 25% delay, 25% flip bits 267 /* flip some bits in the header */ 269 /* we flip at most 8 bits of the 16 bit value at once */ 270 *flip = (test_random() % 255 + 1) << (test_random() % 8); 279 static void flip_bits(unsigned char *msg, size_t msg_len, uint16_t flip, 282 if (flip == 0) 298 msg[flip_offset] ^= flip >> 8; 299 msg[flip_offset + 1] ^= flip & 0xff 366 uint16_t flip = 0; local [all...] |
| /src/lib/libintl/ |
| gettext.c | 69 static uint32_t flip(uint32_t, uint32_t); 355 flip(uint32_t v, uint32_t magic) function 414 table = (struct mosysdepstr *)(base + flip(ofstable[i], magic)); 417 while (flip(table->segs[count++].ref, magic) != MO_LASTSEG) 426 table_h[i]->off = (const char *)(base + flip(table->off, magic)); 429 flip(table->segs[j].len, magic); 431 flip(table->segs[j].ref, magic); 507 mohandle->mo.mo_sysdep_nsegs = flip(mo->mo_sysdep_nsegs, magic); 508 mohandle->mo.mo_sysdep_nstring = flip(mo->mo_sysdep_nstring, magic); 525 stable = (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic)) [all...] |
| /src/sys/dev/tc/ |
| mfb.c | 176 static const uint8_t flip[256] = { variable 544 half = (flip[msk] << 8) | flip[img];
|
| tfb.c | 230 static const uint8_t flip[256] = { variable 616 half = (flip[img] << 8) | flip[msk];
|
| /src/usr.bin/tip/ |
| tip.c | 616 int i, flip, clr, set; local 631 flip = 0; 635 flip = 0200; /* reverse bit 7 */ 645 partab[i] = ((evenpartab[i] ^ flip) | set) & clr;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallBitVector.h | 362 // Set, reset, flip 429 SmallBitVector &flip() { function in class:llvm::SmallBitVector 433 getPointer()->flip(); 437 SmallBitVector &flip(unsigned Idx) { function in class:llvm::SmallBitVector 441 getPointer()->flip(Idx); 445 // No argument flip. 447 return SmallBitVector(*this).flip();
|
| /src/external/gpl3/gdb/dist/sim/ft32/ |
| interp.c | 303 /* Implement the FLIP machine instruction. 305 static uint32_t flip (uint32_t x, uint32_t b) function 447 case 0xe: result = flip (r_1v, rimmv); break;
|
| /src/external/gpl3/gdb.old/dist/sim/ft32/ |
| interp.c | 303 /* Implement the FLIP machine instruction. 305 static uint32_t flip (uint32_t x, uint32_t b) function 447 case 0xe: result = flip (r_1v, rimmv); break;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
| dmub_cmd.h | 175 struct dmub_cmd_PLAT_54186_wa flip; member in struct:dmub_rb_cmd_PLAT_54186_wa
|
| /src/external/mit/lua/dist/src/ |
| lvm.c | 1617 int flip = GETARG_k(i); local 1619 Protect(luaT_trybiniTM(L, s2v(ra), imm, flip, result, tm)); 1627 int flip = GETARG_k(i); local 1629 Protect(luaT_trybinassocTM(L, s2v(ra), imm, flip, result, tm));
|
| lcode.c | 1439 OpCode op, int v2, int flip, int line, 1447 luaK_codeABCk(fs, mmop, v1, v2, event, flip); /* to call metamethod */ 1472 expdesc *e1, expdesc *e2, int flip, int line, 1476 finishbinexpval(fs, e1, e2, op, v2, flip, line, OP_MMBINI, event); 1484 expdesc *e1, expdesc *e2, int flip, int line) { 1488 finishbinexpval(fs, e1, e2, op, v2, flip, line, OP_MMBINK, event); 1523 expdesc *e1, expdesc *e2, int flip, int line) { 1524 if (flip) 1535 expdesc *e1, expdesc *e2, int flip, int line) { 1537 codebinK(fs, opr, e1, e2, flip, line) 1550 int flip = 0; local 1568 int flip = 0; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| valprint.c | 1791 int flip; 1822 flip = 0; 1839 * "flip" is used to run this loop twice for each byte. 1841 if (flip == 0) 1846 flip = 1; 1857 flip = 0; 1790 int flip; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valprint.c | 1717 int flip; 1748 flip = 0; 1765 * "flip" is used to run this loop twice for each byte. 1767 if (flip == 0) 1772 flip = 1; 1783 flip = 0; 1716 int flip; local
|
| /src/external/mit/isl/dist/ |
| isl_output.c | 328 int flip = 0; local 333 flip = 1; 341 if (flip) 2817 int flip = 0; local 2822 flip = 1; 2830 if (flip)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RegisterCoalescer.cpp | 527 bool CoalescerPair::flip() { function in class:CoalescerPair 1983 CP.flip();
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 5325 HOST_WIDE_INT flip = (code == 'm') ? ~0 : 0; 5328 || !tilegx_bitfield_operand_p (INTVAL (x) ^ flip, 5314 HOST_WIDE_INT flip = (code == 'm') ? ~0 : 0; local
|
| /src/external/bsd/ntp/dist/include/ |
| ntp.h | 356 int flip; /* interleave mode control */ member in struct:peer
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elflink.c | 1162 struct elf_link_hash_entry *flip; 1839 flip = NULL; 1876 flip = hi; 1921 flip = hi; 1926 if (flip != NULL) 1931 flip->root.type = h->root.type; 1932 flip->root.u.undef.abfd = h->root.u.undef.abfd; 1934 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; 1935 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h); 1939 flip->ref_dynamic = 1 1159 struct elf_link_hash_entry *flip; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elflink.c | 1155 struct elf_link_hash_entry *flip; 1826 flip = NULL; 1863 flip = hi; 1908 flip = hi; 1913 if (flip != NULL) 1918 flip->root.type = h->root.type; 1919 flip->root.u.undef.abfd = h->root.u.undef.abfd; 1921 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; 1922 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h); 1926 flip->ref_dynamic = 1 1152 struct elf_link_hash_entry *flip; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elflink.c | 1116 struct elf_link_hash_entry *flip; 1787 flip = NULL; 1824 flip = hi; 1869 flip = hi; 1874 if (flip != NULL) 1879 flip->root.type = h->root.type; 1880 flip->root.u.undef.abfd = h->root.u.undef.abfd; 1882 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; 1883 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h); 1887 flip->ref_dynamic = 1 1113 struct elf_link_hash_entry *flip; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elflink.c | 1116 struct elf_link_hash_entry *flip; 1787 flip = NULL; 1824 flip = hi; 1869 flip = hi; 1874 if (flip != NULL) 1879 flip->root.type = h->root.type; 1880 flip->root.u.undef.abfd = h->root.u.undef.abfd; 1882 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; 1883 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h); 1887 flip->ref_dynamic = 1 1113 struct elf_link_hash_entry *flip; local [all...] |