HomeSort by relevance Sort by last modified time
    Searched defs:pnum (Results 1 - 12 of 12) sorted by null

  /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/libpcap/
grammar.y 262 %type <i> byteop pname pnum relop irelop
335 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
403 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
505 | VLAN pnum { $$ = gen_vlan($2); }
507 | MPLS pnum { $$ = gen_mpls($2); }
510 | PPPOES pnum { $$ = gen_pppoes($2); }
612 arth: pnum { $$ = gen_loadi($1); }
635 pnum: NUM label
636 | paren pnum ')' { $$ = $2; }
  /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/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/msm8x74/kernel-headers/linux/
msm_mdp.h 861 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 861 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 1051 int pnum; member in struct:mdp_mixer_info
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 1096 int pnum; member in struct:mdp_mixer_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 1035 int pnum; member in struct:mdp_mixer_info
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 1071 int pnum; member in struct:mdp_mixer_info

Completed in 181 milliseconds