HomeSort by: relevance | last modified time | path
    Searched defs:bundle (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
ia64-breakpoint-shadow.S 28 bundle: label
31 /* This long constant requires L-X slot in this bundle. */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
ia64-breakpoint-shadow.S 28 bundle: label
31 /* This long constant requires L-X slot in this bundle. */
  /src/external/gpl3/binutils/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/gdb/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/sys/arch/ia64/ia64/
db_interface.c 439 struct asm_bundle bundle; local
447 if (asm_decode((uintptr_t)buf, &bundle)) {
448 i = bundle.b_inst + slot;
449 tmpl = bundle.b_templ + slot;
450 if (*tmpl == ';' || (slot == 2 && bundle.b_templ[1] == ';'))
trap.c 287 * we need to disassemble the bundle and return the immediate found there.
294 struct asm_bundle bundle; local
298 if (!asm_decode(tf->tf_special.iip, &bundle))
303 inst = bundle.b_inst + slot;
  /src/external/mpl/bind/dist/lib/dns/
skr.c 143 skrbundle_addtuple(dns_skrbundle_t *bundle, dns_difftuple_t **tuple) {
145 REQUIRE(DNS_SKRBUNDLE_VALID(bundle));
146 REQUIRE(DNS_DIFF_VALID(&bundle->diff));
148 dns_diff_append(&bundle->diff, tuple);
152 dns_skrbundle_getsig(dns_skrbundle_t *bundle, dst_key_t *key,
156 REQUIRE(DNS_SKRBUNDLE_VALID(bundle));
157 REQUIRE(DNS_DIFF_VALID(&bundle->diff));
159 dns_difftuple_t *tuple = ISC_LIST_HEAD(bundle->diff.tuples);
235 dns_skrbundle_t *bundle = NULL; local
273 /* New bundle */
    [all...]
update.c 1142 /* Look up the signature in the SKR bundle */
1143 dns_skrbundle_t *bundle = dns_zone_getskrbundle(zone); local
1144 if (bundle == NULL) {
1147 CHECK(dns_skrbundle_getsig(bundle, keys[i], type,
zone.c 5981 dns_skrbundle_t *bundle; local
5987 bundle = zone->secure->skrbundle;
5989 bundle = zone->skrbundle;
5993 return bundle;
7186 /* Look up the signature in the SKR bundle */
7187 dns_skrbundle_t *bundle = dns_zone_getskrbundle(zone); local
7188 if (bundle == NULL) {
7191 CHECK(dns_skrbundle_getsig(bundle, keys[i], type,
7832 /* Look up the signature in the SKR bundle */
7833 dns_skrbundle_t *bundle = dns_zone_getskrbundle(zone) local
22414 dns_skrbundle_t *bundle = NULL; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
ctxgf100.h 42 /* bundle circular buffer */
43 void (*bundle)(struct gf100_grctx *); member in struct:gf100_grctx_func
gf100.h 107 struct gf100_gr_pack *bundle; member in struct:gf100_gr
  /src/external/gpl3/gdb.old/dist/gdb/
tilegx-tdep.c 374 uint64_t bundle; local
435 bundle = extract_unsigned_integer (&instbuf[next_addr - instbuf_start],
438 num_insns = parse_insn_tilegx (bundle, next_addr, decoded);
767 /* HACK: Just assume the final bundle is the "ret" instruction". */
827 /* 64-bit pattern for a { bpt ; nop } bundle. */
ia64-tdep.c 92 represents the slot number in the bundle addressed by the
107 /* Length in bytes of an instruction bundle. */
373 /* Extract ``len'' bits from an instruction bundle starting at
377 extract_bit_field (const gdb_byte *bundle, int from, int len)
383 unsigned char *b = (unsigned char *) bundle;
410 /* Replace the specified bits in an instruction bundle. */
413 replace_bit_field (gdb_byte *bundle, long long val, int from, int len)
418 unsigned char *b = (unsigned char *) bundle;
460 and instruction bundle. */
463 slotN_contents (gdb_byte *bundle, int slotnum
518 gdb_byte bundle[BUNDLE_LEN]; local
646 gdb_byte bundle[BUNDLE_LEN]; local
826 static gdb_byte bundle[BUNDLE_LEN]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tilegx-tdep.c 374 uint64_t bundle; local
435 bundle = extract_unsigned_integer (&instbuf[next_addr - instbuf_start],
438 num_insns = parse_insn_tilegx (bundle, next_addr, decoded);
767 /* HACK: Just assume the final bundle is the "ret" instruction". */
827 /* 64-bit pattern for a { bpt ; nop } bundle. */
ia64-tdep.c 92 represents the slot number in the bundle addressed by the
107 /* Length in bytes of an instruction bundle. */
373 /* Extract ``len'' bits from an instruction bundle starting at
377 extract_bit_field (const gdb_byte *bundle, int from, int len)
383 unsigned char *b = (unsigned char *) bundle;
410 /* Replace the specified bits in an instruction bundle. */
413 replace_bit_field (gdb_byte *bundle, long long val, int from, int len)
418 unsigned char *b = (unsigned char *) bundle;
460 and instruction bundle. */
463 slotN_contents (gdb_byte *bundle, int slotnum
518 gdb_byte bundle[BUNDLE_LEN]; local
646 gdb_byte bundle[BUNDLE_LEN]; local
826 static gdb_byte bundle[BUNDLE_LEN]; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 855 CFBundleRef bundle; local
859 bundle = NULL;
861 // Create a bundle reference for System.framework.
867 bundle = CFBundleCreate( NULL, url );
869 require_action_quiet( bundle, exit, err = memFullErr );
874 functionPtr = CFBundleGetFunctionPointerForName( bundle, functionName );
877 // Success! Note: The bundle cannot be released because it would invalidate the function ptr.
880 bundle = NULL;
884 if( bundle )
886 CFRelease( bundle );
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 1040 * the bundle is values followed by key to accommodate the
1677 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1989 * to reuse the underlying storage. And note that "bundle" is an
1995 bundle = (dt_ahashent_t ***)sorted;
2003 * We have a bundle boundary. Everything from start to
2004 * (i - 1) belongs in one bundle.
2050 bundle[nbundles++] = nbundle;
2057 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
2078 assert(bundle[i][ndx] != NULL);
2079 data[j + 1] = &bundle[i][ndx]->dtahe_data
    [all...]
  /src/external/bsd/tcpdump/dist/
print-juniper.c 431 u_int bundle; member in struct:juniper_l2info_t
838 /* suppress Bundle-ID if frame was captured on a child-link
845 ND_PRINT("Bundle-ID %u: ", l2info.bundle);
944 /* suppress Bundle-ID if frame was captured on a child-link */
947 ND_PRINT("Bundle-ID %u, ", l2info.bundle);
985 /* suppress Bundle-ID if frame was captured on a child-link */
988 ND_PRINT("Bundle-ID %u, ", l2info.bundle);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 4608 rtx_insn *bundle;
4613 bundle = make_insn_raw (seq);
4614 BLOCK_FOR_INSN (bundle) = BLOCK_FOR_INSN (slot[0]);
4615 INSN_LOCATION (bundle) = INSN_LOCATION (slot[0]);
4616 SET_PREV_INSN (bundle) = SET_PREV_INSN (slot[real_first]);
4624 SET_PREV_INSN (insn) = t ? t : PREV_INSN (bundle);
4629 INSN_LOCATION (slot[i]) = INSN_LOCATION (bundle);
4632 SET_NEXT_INSN (bundle) = NEXT_INSN (PREV_INSN (bundle));
4633 SET_NEXT_INSN (t) = NEXT_INSN (bundle);
4589 rtx_insn *bundle; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 4607 rtx_insn *bundle;
4612 bundle = make_insn_raw (seq);
4613 BLOCK_FOR_INSN (bundle) = BLOCK_FOR_INSN (slot[0]);
4614 INSN_LOCATION (bundle) = INSN_LOCATION (slot[0]);
4615 SET_PREV_INSN (bundle) = SET_PREV_INSN (slot[real_first]);
4623 SET_PREV_INSN (insn) = t ? t : PREV_INSN (bundle);
4628 INSN_LOCATION (slot[i]) = INSN_LOCATION (bundle);
4631 SET_NEXT_INSN (bundle) = NEXT_INSN (PREV_INSN (bundle));
4632 SET_NEXT_INSN (t) = NEXT_INSN (bundle);
4588 rtx_insn *bundle; local
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 710 __u8 bundle:1; member in struct:cpl_pcmd
716 __u8 bundle:1; member in struct:cpl_pcmd

Completed in 86 milliseconds