| /src/external/gpl2/dtc/dist/tests/ |
| get_prop_offset.c | 24 int poffset; local 30 fdt_for_each_property_offset(poffset, fdt, 0) { 31 if (check_get_prop_offset_cell(fdt, poffset, "prop-int", 34 if (check_get_prop_offset(fdt, poffset, "prop-str",
|
| tests.h | 111 /* Returns non-NULL if the property at poffset has the name in_name */ 112 const void *check_get_prop_offset(void *fdt, int poffset, const char *in_name, 114 #define check_get_prop_offset_cell(fdt, poffset, name, val) \ 117 check_get_prop_offset(fdt, poffset, name, sizeof(x), &x); \
|
| overlay.c | 28 const char *name, int poffset, 40 if (!val || (len < (sizeof(uint32_t) * (poffset + 1)))) 43 *out = fdt32_to_cpu(*(val + poffset));
|
| /src/sys/arch/sparc64/dev/ |
| centralvar.h | 48 u_int32_t poffset; /* Parent offset */ member in struct:central_range
|
| fhcvar.h | 40 u_int32_t poffset; /* Parent offset */ member in struct:fhc_range
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| gen_template.c | 484 char *poffset = NULL; local 489 poffset = partial_offset(basetype, name, need_offset, isstruct); 497 poffset, t->symbol->gen_name); 499 add_line_pointer(temp, t->symbol->gen_name, poffset, 525 add_line(temp, "{ A1_PARSE_T(A1T_%s), %s, NULL }", itype, poffset); 529 add_line(temp, "{ A1_PARSE_T(A1T_GENERAL_STRING), %s, NULL }", poffset); 532 add_line(temp, "{ A1_PARSE_T(A1T_TELETEX_STRING), %s, NULL }", poffset); 535 add_line(temp, "{ A1_PARSE_T(A1T_PRINTABLE_STRING), %s, NULL }", poffset); 538 add_line(temp, "{ A1_PARSE_T(A1T_OCTET_STRING), %s, NULL }", poffset); 541 add_line(temp, "{ A1_PARSE_T(A1T_IA5_STRING), %s, NULL }", poffset); [all...] |
| /src/sys/external/bsd/libfdt/dist/ |
| fdt_overlay.c | 257 uint32_t poffset; local 259 poffset = fdt32_to_cpu(fixup_val[i]); 267 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val)); 275 poffset, 355 * @poffset: Offset within the overlay property where the phandle is stored 373 int poffset, const char *label) 405 name, name_len, poffset, 451 int poffset, ret; local 480 poffset = strtoul(sep + 1, &endptr, 10); 486 poffset, label) [all...] |
| fdt_ro.c | 386 int *poffset) 399 if (poffset) 400 *poffset = offset; 440 int poffset; local 444 &poffset); 449 if (fdt_version(fdt) < 0x10 && (poffset + sizeof(*prop)) % 8 &&
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dclass.d | 442 bool isBaseOf(ClassDeclaration cd, int* poffset) pure nothrow @nogc 445 if (poffset) 446 *poffset = 0; 1045 * *poffset offset to start of class 1051 override bool isBaseOf(ClassDeclaration cd, int* poffset) pure nothrow @nogc 1061 if (poffset) 1065 *poffset = cd.sizeok == Sizeok.done ? b.offset : OFFSET_FWDREF; 1070 if (baseClassImplementsInterface(this, b, poffset)) 1073 if (cd.baseClass && isBaseOf(cd.baseClass, poffset)) 1076 if (poffset) [all...] |
| /src/lib/libc/gen/ |
| disklabel.c | 100 pfsize[3], poffset[3], ptype[3]; local 163 strcpy(poffset, "ox"); /* XXX: strcpy is safe */ 170 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p; 175 getnum(pp->p_offset, poffset);
|
| /src/sys/arch/sparc/include/ |
| autoconf.h | 111 uint32_t poffset; /* Parent offset */ member in struct:rom_range
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote.h | 78 int *poffset);
|
| regcache-dump.c | 183 int pnum, poffset; variable 187 &pnum, &poffset)) 190 out->field_signed ("goffset", poffset);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| remote.h | 78 int *poffset);
|
| regcache-dump.c | 183 int pnum, poffset; variable 187 &pnum, &poffset)) 190 out->field_signed ("goffset", poffset);
|
| /src/sys/arch/bebox/stand/boot/ |
| sd.c | 280 size_t poffset; local 298 poffset = sizeof(scsipi_sense.header); 299 poffset += scsipi_sense.header.blk_desc_len; 301 if (poffset > sizeof(scsipi_sense) - sizeof(pages->rigid_geometry)) 304 pages = (void *)((u_long)&scsipi_sense + poffset); 350 size_t poffset; local 368 poffset = sizeof(scsipi_sense.header); 369 poffset += scsipi_sense.header.blk_desc_len; 371 if (poffset > sizeof(scsipi_sense) - sizeof(pages->flex_geometry)) 374 pages = (void *)((u_long)&scsipi_sense + poffset); [all...] |
| /src/sys/arch/prep/stand/boot/ |
| sd.c | 280 size_t poffset; local 298 poffset = sizeof(scsipi_sense.header); 299 poffset += scsipi_sense.header.blk_desc_len; 301 if (poffset > sizeof(scsipi_sense) - sizeof(pages->rigid_geometry)) 304 pages = (void *)((u_long)&scsipi_sense + poffset); 350 size_t poffset; local 368 poffset = sizeof(scsipi_sense.header); 369 poffset += scsipi_sense.header.blk_desc_len; 371 if (poffset > sizeof(scsipi_sense) - sizeof(pages->flex_geometry)) 374 pages = (void *)((u_long)&scsipi_sense + poffset); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-dfa.cc | 369 base variable. The access range is delimited by bit positions *POFFSET and 370 *POFFSET + *PMAX_SIZE. The access size is *PSIZE bits. If either 376 get_ref_base_and_extent (tree exp, poly_int64 *poffset, 660 *poffset = 0; 670 if (!bit_offset.to_shwi (poffset)) 672 *poffset = 0; 717 || !endpoint_representable_p (*poffset, *pmax_size)) 720 /* Punt if *POFFSET + *PSIZE overflows in HOST_WIDE_INT, the callers don't 722 if (!endpoint_representable_p (*poffset, *psize)) 724 *poffset = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-dfa.cc | 374 base variable. The access range is delimited by bit positions *POFFSET and 375 *POFFSET + *PMAX_SIZE. The access size is *PSIZE bits. If either 381 get_ref_base_and_extent (tree exp, poly_int64_pod *poffset, 666 *poffset = 0; 676 if (!bit_offset.to_shwi (poffset)) 678 *poffset = 0; 723 || !endpoint_representable_p (*poffset, *pmax_size)) 726 /* Punt if *POFFSET + *PSIZE overflows in HOST_WIDE_INT, the callers don't 728 if (!endpoint_representable_p (*poffset, *psize)) 730 *poffset = 0 [all...] |
| /src/sys/dev/pci/ |
| emuxkivar.h | 135 uint32_t poffset; member in struct:emuxki_softc
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| elf.c | 2838 /* Read an LZMA varint from BUF, reading and updating *POFFSET, 2843 size_t *poffset, uint64_t *val) 2850 off = *poffset; 2865 *poffset = off; 2883 size_t compressed_size, size_t *poffset, 2888 if (unlikely (*poffset >= compressed_size)) 2896 *pcode += compressed[*poffset]; 2897 ++*poffset; 2906 uint16_t *prob, size_t *poffset, uint32_t *prange, 2911 elf_lzma_range_normalize (compressed, compressed_size, poffset, [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| logging.c | 97 int prefixlen, poffset = 0, datalen; local 126 poffset = splen - prefixlen; 127 AC_MEMCPY( ptr+poffset, ptr, prefixlen ); 130 ptr = lutil_strncopy( ptr+poffset+prefixlen, data, sizeof(msgbuf) - prefixlen); 131 len = ptr - msgbuf - poffset; 134 (void)!write( 2, msgbuf+poffset, len ); 225 ptr += poffset; /* only nonzero if logfile-format was explicitly set */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bfin.c | 1368 bfin_gen_ldstidxi (REG_T ptr, REG_T reg, int W, int sz, int Z, Expr_Node * poffset) 1385 if (poffset->type != Expr_Node_Constant) 1391 if (poffset->type == Expr_Node_Reloc 1392 && !strcmp (poffset->value.s_value, 1396 Expr_Node_Gen_Reloc(poffset, BFD_RELOC_16)); 1398 else if (poffset->type != Expr_Node_GOT_Reloc) 1402 Expr_Node_Gen_Reloc(poffset->Left_Child, 1403 poffset->value.i_value)); 1411 value = EXPR_VALUE (poffset) >> 2; 1414 value = EXPR_VALUE (poffset) >> 1 [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bfin.c | 1368 bfin_gen_ldstidxi (REG_T ptr, REG_T reg, int W, int sz, int Z, Expr_Node * poffset) 1385 if (poffset->type != Expr_Node_Constant) 1391 if (poffset->type == Expr_Node_Reloc 1392 && !strcmp (poffset->value.s_value, 1396 Expr_Node_Gen_Reloc(poffset, BFD_RELOC_16)); 1398 else if (poffset->type != Expr_Node_GOT_Reloc) 1402 Expr_Node_Gen_Reloc(poffset->Left_Child, 1403 poffset->value.i_value)); 1411 value = EXPR_VALUE (poffset) >> 2; 1414 value = EXPR_VALUE (poffset) >> 1 [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 5358 /* Read an LZMA varint from BUF, reading and updating *POFFSET, 5363 size_t *poffset, uint64_t *val) 5370 off = *poffset; 5385 *poffset = off; 5403 size_t compressed_size, size_t *poffset, 5408 if (unlikely (*poffset >= compressed_size)) 5416 *pcode += compressed[*poffset]; 5417 ++*poffset; 5426 uint16_t *prob, size_t *poffset, uint32_t *prange, 5431 elf_lzma_range_normalize (compressed, compressed_size, poffset, [all...] |