Searched defs:segm (Results 1 - 4 of 4) sorted by relevance

/external/strace/tests/
H A Dkexec_load.c47 struct segm { struct
62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
/external/strace/tests-m32/
H A Dkexec_load.c47 struct segm { struct
62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
/external/strace/tests-mx32/
H A Dkexec_load.c47 struct segm { struct
62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp918 INT parts, d, j, S, s = 0, segm, bord; local
934 segm = rest / parts;
935 S = (segm - 2) >> 1;
1030 INT j, rest, segm, S, s = 0, bord; local
1049 segm = rest / (*parts);
1050 S = (segm - 2) >> 1;

Completed in 1515 milliseconds