HomeSort by relevance Sort by last modified time
    Searched refs:pnum (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
itbl-mips.h 41 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum)
  /external/vboot_reference/utility/
vbutil_what_keys 109 for pnum in $(cgpt find -n -t kernel "$file" 2>/dev/null); do
111 psize=$(cgpt show -s -i "$pnum" "$file")
114 pstart=$(cgpt show -b -i "$pnum" "$file")
130 echo " part $pnum kernel: $psum ($flags) $match"
136 for pnum in $(cgpt find -n -t rootfs "$file" 2>/dev/null); do
138 psize=$(cgpt show -s -i "$pnum" "$file")
141 pstart=$(cgpt show -b -i "$pnum" "$file")
143 echo " part $pnum shellball:"
  /toolchain/binutils/binutils-2.25/gas/
itbl-parse.y 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
291 %type <num> number NUM ftype regtype pnum PNUM
308 pnum regtype name value NL
310 DBG (("line %d: entry pnum=%d type=%d name=%s value=x%x\n",
314 | pnum INSN name value range flags
316 DBG (("line %d: entry pnum=%d type=INSN name=%s value=x%x",
401 pnum: label
402 PNUM
404 DBGL2 (("pnum=%d\n",$1))
    [all...]
itbl-ops.h 49 #define ITBL_ENCODE_PNUM(pnum) 0
  /external/libmtp/examples/
sendtr.c 235 char *pnum; local
236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL )
238 if ( strlen(pnum) ) {
239 tracknum = strtoul(pnum, 0, 10);
246 char *pnum; local
247 if ( (pnum = prompt("Year", num, 80, 0)) == NULL )
249 if ( strlen(pnum) ) {
250 year = strtoul(pnum, 0, 10);
257 char *pnum; local
258 if ( (pnum = prompt("Length", num, 80, 0)) == NULL
    [all...]
  /external/iptables/extensions/
libxt_multiport.c 143 check_proto(uint16_t pnum, uint8_t invflags)
151 if ((proto = proto_to_name(pnum)) != NULL)
153 else if (!pnum)
162 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum,
171 proto = check_proto(pnum, invflags);
177 proto = check_proto(pnum, invflags);
183 proto = check_proto(pnum, invflags);
208 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum,
217 proto = check_proto(pnum, invflags);
222 proto = check_proto(pnum, invflags)
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 70 mk_pri_pentry(struct disk_info *dinfo, struct part_info *pinfo, int pnum,
76 if (pnum >= PC_NUM_BOOT_RECORD_PARTS) {
90 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->ptable[pnum])));
  /external/libpcap/
grammar.y 276 %type <i> byteop pname pnum relop irelop
349 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
417 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
519 | VLAN pnum { $$ = gen_vlan($2); }
521 | MPLS pnum { $$ = gen_mpls($2); }
524 | PPPOES pnum { $$ = gen_pppoes($2); }
526 | GENEVE pnum { $$ = gen_geneve($2); }
654 arth: pnum { $$ = gen_loadi($1); }
679 pnum: NUM label
680 | paren pnum ')' { $$ = $2;
    [all...]
  /external/libcups/cups/
ppd-emit.c 777 int pnum; /* Parameter number */ local
792 pnum = *cptr++ - '0';
794 pnum = pnum * 10 + *cptr++ - '0';
799 if (cparam->order == pnum)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.c 867 hash_table_type **table, const OnigCodePoint*** plist, int *pnum,
874 if (*psize <= *pnum) {
880 (*plist)[*pnum] = prop;
887 *pnum = *pnum + 1;
889 (hash_data_type )(*pnum + ONIGENC_MAX_STD_CTYPE));
regint.h 814 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 253 ALOGD("ndx=%d num=%d z_order=%d", minfo->pndx, minfo->pnum,
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 585 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 594 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 536 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 550 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 423 ALOGD("ndx=%d num=%d z_order=%d", minfo->pndx, minfo->pnum,
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 431 ALOGD("ndx=%d num=%d z_order=%d", minfo->pndx, minfo->pnum,
  /hardware/qcom/display/msm8909/liboverlay/
overlay.cpp 411 ALOGD("ndx=%d num=%d z_order=%d", minfo->pndx, minfo->pnum,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 1729 node *pfactor, *ppower, *patom, *pnum; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 1729 node *pfactor, *ppower, *patom, *pnum; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 1100 int pnum; member in struct:mdp_mixer_info
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 1147 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 1302 int pnum; member in struct:mdp_mixer_info
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 1341 int pnum; member in struct:mdp_mixer_info
    [all...]

Completed in 2114 milliseconds

1 2