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

  /system/core/gpttool/
gpttool.c 118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name)
120 struct efi_header *hdr = &ptbl->header;
121 struct efi_entry *entry = ptbl->entry;
160 void show(struct ptable *ptbl)
162 struct efi_entry *entry = ptbl->entry;
181 u64 find_next_lba(struct ptable *ptbl)
183 struct efi_entry *entry = ptbl->entry;
218 int parse_ptn(struct ptable *ptbl, char *x)
230 sz = ptbl->header.last_lba - next_lba;
245 if (x[0] && add_ptn(ptbl, next_lba, next_lba + sz - 1, x)
254 struct ptable ptbl; local
    [all...]
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 78 do { Ptbl[i] = tbl[i];} while( ++i < 256);
80 do { Ptbl[i] = i << 8;} while( ++i < 256);
92 Ptbl[128] = 32768u;
93 Ptbl[0] = (uint16) pow( 2., 16. - x);
100 Ptbl[256-i] = (uint16) ( 65536U - (Ptbl[i] = v));
119 Ptbl[i] = v;
128 int i=0; do { fprintf( fp, "%d\n", Ptbl[i]);} while( ++i < 256);
160 while( w = Ptbl[i], j >>= 1) {
169 cuint16 x = Ptbl[i-1]
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 44 ptbl [] [pool table]
eas_mdls.c 92 * ptbl chunk is pre-parsed to determine the number of samples
559 /* must have a ptbl chunk */
562 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "No ptbl chunk found"); */ }
848 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Ptbl offset exceeds size of wtbl\n"); */ }
    [all...]
  /external/openssl/apps/
apps.c 1381 const NAME_EX_TBL *ptbl; local
    [all...]

Completed in 81 milliseconds