| /src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| nop.s | 1 # Hitachi H8 testcase 'nop' 15 nop: set_grs_a5a5 label 18 nop
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/ |
| nop.s | 1 # Hitachi H8 testcase 'nop' 15 nop: set_grs_a5a5 label 18 nop
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_client.c | 73 struct nvif_ioctl_nop_v0 nop; member in struct:__anon5266 74 } nop = {}; local 91 ret = nvif_client_ioctl(client, &nop, sizeof(nop)); 92 client->version = nop.nop.version;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-powerpc.c | 72 const char *nop = is_bigendian ? nop_be : nop_le; local 77 memcpy (p, nop, 4);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-powerpc.c | 72 const char *nop = is_bigendian ? nop_be : nop_le; local 77 memcpy (p, nop, 4);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-powerpc.c | 72 const char *nop = is_bigendian ? nop_be : nop_le; local 77 memcpy (p, nop, 4);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-powerpc.c | 72 const char *nop = is_bigendian ? nop_be : nop_le; local 77 memcpy (p, nop, 4);
|
| /src/lib/libkvm/ |
| kvm_m68k.c | 88 struct name_ops *nop; local 104 for (nop = optbl; nop->name != NULL; nop++) 105 if (strcmp(nop->name, h->name) == 0) 108 vm->ops = nop->ops;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_kernel_queue.c | 50 union PM4_MES_TYPE_3_HEADER nop; local 59 memset(&nop, 0, sizeof(nop)); 61 nop.opcode = IT_NOP; 62 nop.type = PM4_TYPE_3; 63 nop.u32all |= PM4_COUNT_ZERO; 66 kq->nop_packet = nop.u32all;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/ |
| addpartial-overlay.c | 50 Operation nop = *op; local 68 rc = overlay_entry_get_ov(&nop, &nop.o_req_ndn, NULL, NULL, 0, &found, on); 251 overlay_entry_release_ov(&nop, found, 0, on); 264 nop.o_tag = LDAP_REQ_MODIFY; 265 nop.orm_modlist = mods; 266 nop.orm_no_opattrs = 0; 267 nop.o_callback = &nullcb; 268 nop.o_bd->bd_info = (BackendInfo *) on->on_info; 279 if(nop.o_bd->be_modify [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| expr.cc | 192 tree nop = RECUR (op); local 193 if (nop == error_mark_node) 195 else if (op == nop) 197 else if (DECL_P (nop) || CONSTANT_CLASS_P (nop)) 200 TREE_OPERAND (expr, 0) = nop; 209 expr = nop;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| expr.cc | 193 tree nop = RECUR (op); local 194 if (nop == error_mark_node) 196 else if (op == nop) 198 else if (DECL_P (nop) || CONSTANT_CLASS_P (nop)) 201 TREE_OPERAND (expr, 0) = nop; 210 expr = nop;
|
| /src/lib/libterminfo/ |
| termcap.c | 229 printparam(char **dst, char p, bool *nop) 231 if (*nop) { 232 *nop = false; 304 bool nop; local 328 nop = false; 355 nop = true; 366 nop = true; 376 l += printparam(&ip, p, &nop); 388 l += printparam(&ip, p, &nop); 416 nop = true [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| nios2-dis.c | 75 const struct nios2_opcode *nop; member in struct:_nios2_disassembler_state 121 if (strcmp (op->name, "nop") == 0) 122 state->nop = op; 193 /* Check for NOP first. Both NOP and MOV are macros that expand into 194 an ADD instruction, and we always want to give priority to NOP. */ 195 if (state->nop->match == (opcode & state->nop->mask)) 196 return state->nop;
|
| /src/sys/arch/hp300/dev/ |
| ctreg.h | 74 char nop; member in struct:ct_srcmd 81 char nop; member in struct:ct_soptcmd
|
| /src/usr.bin/spell/spellprog/ |
| spellprog.c | 127 static int nop(char *, const char *, const char *, size_t); 165 { .suf = "ytilb", .p1 = nop, .n1 = 0, 189 { .suf = "reta", .p1 = nop, .n1 = 0, 469 nop(char *ep, const char *d, const char *a, size_t lev) function
|
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| gcn-tree.cc | 214 /* Split the block just before the gsi. Insert a gimple nop to make 216 gimple *nop = gimple_build_nop (); local 217 gsi_insert_before (gsi, nop, GSI_SAME_STMT); 219 edge entry_edge = split_block (entry_bb, nop);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-match-exports.cc | 851 auto nop = [](tree op) { return op; }; local 852 return gimple_extract (stmt, res_op, nop, nop);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn-tree.cc | 214 /* Split the block just before the gsi. Insert a gimple nop to make 216 gimple *nop = gimple_build_nop (); local 217 gsi_insert_before (gsi, nop, GSI_SAME_STMT); 219 edge entry_edge = split_block (entry_bb, nop);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-match-head.cc | 1062 auto nop = [](tree op) { return op; }; local 1063 return gimple_extract (stmt, res_op, nop, nop);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vcn.h | 164 unsigned nop; member in struct:amdgpu_vcn_reg
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_inst.c | 59 #define NOP 0 /* no operands */ 138 {"CLRC",0x0320, NOP, {0, 0, 0, 0}}, 145 {"DINT",0x0360, NOP, {0, 0, 0, 0}}, 153 {"EINT",0x0D60, NOP, {0, 0, 0, 0}}, 154 {"EMU", 0x0100, NOP, {0, 0, 0, 0}}, 222 {"NOP", 0x0300, NOP, {0, 0, 0, 0}}, 228 {"POPST",0x01C0,NOP, {0, 0, 0, 0}}, 229 {"PUSHST",0x01E0,NOP, {0, 0, 0, 0}}, 231 {"RETI",0x0940, NOP, {0, 0, 0, 0}} 271 unsigned nop; local [all...] |
| /src/external/bsd/elftosb/dist/common/ |
| EncoreBootImage.cpp | 214 // Insert nop commands as padding to align the start of the section, if 216 NopCommand nop; local 219 blockCount = nop.getBlockCount(); 223 nop.getBlocks(blocksWritten, 1, &block); 689 //! Since the NOP command has no data, this method just validates the command header.
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/ |
| variant.c | 376 variant_run_mod( void *nop, void *arg ) 380 Operation *op = nop; 401 variant_reassign_mods( void *nop, void *arg ) 403 Operation *op = nop, *orig_op = arg; 473 Operation needle = { .o_req_ndn = BER_BVNULL }, *nop; local 494 nop = ldap_avl_find( ops, &needle, variant_cmp_op ); 495 if ( nop == NULL ) { 496 nop = ch_calloc( 1, sizeof(Operation) ); 497 *nop = *op; 499 ber_dupbv( &nop->o_req_ndn, &needle.o_req_ndn ) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| constraint.c | 625 Operation nop = *op; local 638 nop.o_protocol = LDAP_VERSION3; 639 nop.o_tag = LDAP_REQ_SEARCH; 640 nop.o_time = slap_get_time(); 645 nop.o_req_dn = dn; 646 nop.o_req_ndn = dn; 647 nop.o_bd = select_backend(&nop.o_req_ndn, 1 ); 648 if (!nop.o_bd) { 651 if (!nop.o_bd->be_search) [all...] |