HomeSort by relevance Sort by last modified time
    Searched refs:spc (Results 1 - 5 of 5) sorted by null

  /system/core/toolbox/
newfs_msdos.c 113 u_int8_t spc; /* sectors per cluster */ member in struct:bsbpb
157 u_int spc; /* sectors per cluster */ member in struct:bpb
427 if (bpb.spc == 0) { /* set defaults */
429 bpb.spc = 1;
431 bpb.spc = 8;
433 bpb.spc = 16;
435 bpb.spc = 32;
437 bpb.spc = 64; /* otherwise 32k */
466 bpb.spc = opt_b / bpb.bps;
471 bpb.spc = opt_c
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PolicyTest.java 131 PermissionCollection spc = sp.newPermissionCollection(); local
132 spc.add(sp2);
134 ProtectionDomain pd2 = new ProtectionDomain(null, spc);
  /external/ipsec-tools/src/racoon/
proposal.c 1007 char spc[21]; local
1009 memset(spc, ' ', sizeof(spc));
1010 spc[sizeof(spc) - 1] = '\0';
1012 spc[level] = '\0';
1016 "%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext);
  /external/qemu/
gdbstub.c 1110 case 42: GET_REGL(env->spc);
1152 case 42: env->spc = tmp;
    [all...]
  /external/netperf/
nettest_sctp.c 236 struct sctp_paddr_change *spc;
296 spc = &snp->sn_paddr_change;
232 struct sctp_paddr_change *spc; local
    [all...]

Completed in 292 milliseconds