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

1 2

  /external/strace/
ubi.c 93 tprintf("{count=%" PRIi32 ", ents=[", rnvol.count);
98 ", name=", rnvol.ents[c].vol_id,
99 rnvol.ents[c].name_len);
100 print_quoted_cstring(rnvol.ents[c].name,
101 CLAMP(rnvol.ents[c].name_len, 0,
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 16 // For dynamic tables, entries are evicted from ents[0] and added to the end.
20 // are 1-based. The unique id for ents[k] is k + evictCount + 1.
29 ents []HeaderField
52 return len(t.ents)
60 t.ents = append(t.ents, f)
69 f := t.ents[k]
78 copy(t.ents, t.ents[n:])
80 t.ents[k] = HeaderField{} // so strings can be garbage collecte
    [all...]
tables_test.go 204 if got, want := staticTable.ents[i-1].Name, m[2]; got != want {
207 if got, want := staticTable.ents[i-1].Value, m[3]; got != want {
hpack.go 180 dt.size -= dt.table.ents[n].Size()
199 return staticTable.ents[i-1], true
205 // However, dt.ents[0] is the oldest entry. Hence, dt.ents is
208 return dt.ents[dt.len()-(int(i)-staticTable.len())], true
hpack_test.go 122 hf = make([]HeaderField, len(dt.table.ents))
124 hf[i] = dt.table.ents[len(dt.table.ents)-1-i]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 16 // For dynamic tables, entries are evicted from ents[0] and added to the end.
20 // are 1-based. The unique id for ents[k] is k + evictCount + 1.
29 ents []HeaderField
52 return len(t.ents)
60 t.ents = append(t.ents, f)
69 f := t.ents[k]
78 copy(t.ents, t.ents[n:])
80 t.ents[k] = HeaderField{} // so strings can be garbage collecte
    [all...]
tables_test.go 204 if got, want := staticTable.ents[i-1].Name, m[2]; got != want {
207 if got, want := staticTable.ents[i-1].Value, m[3]; got != want {
hpack.go 180 dt.size -= dt.table.ents[n].Size()
199 return staticTable.ents[i-1], true
205 // However, dt.ents[0] is the oldest entry. Hence, dt.ents is
208 return dt.ents[dt.len()-(int(i)-staticTable.len())], true
hpack_test.go 122 hf = make([]HeaderField, len(dt.table.ents))
124 hf[i] = dt.table.ents[len(dt.table.ents)-1-i]
  /build/kati/
pathutil.go 76 for _, ents := range c.dirents {
77 n += len(ents)
133 _, ents := fsCache.readdir(parent, unknownFileid)
134 for _, e := range ents {
172 ents, ok := c.dirents[id]
175 return id, ents
198 ents = nil
205 ents = append(ents, dirent{name: name})
225 ents = append(ents, dirent{id: id, name: name, lmode: lmode, mode: mode}
    [all...]
pathutil_test.go 48 for id, ents := range fsCache.dirents {
50 for _, ent := range ents {
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 20 ents []staticHostEntry
66 for _, ent := range tt.ents {
84 ents []staticHostEntry
135 for _, ent := range tt.ents {
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 20 ents []staticHostEntry
66 for _, ent := range tt.ents {
84 ents []staticHostEntry
135 for _, ent := range tt.ents {
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 284 for func, ents in normal_entry_points:
285 for ent in ents:
293 for func, ents in proto_entry_points:
294 for ent in ents:
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 180 struct dirent **ents; local
183 nents = scandir("/dev/input", &ents, filter_device_name, alphasort);
190 ret = keyboard_new(ents[i], keymap, compose_table, &kbd);
195 ents[i]->d_name, strerror(-ret));
200 ents[i]->d_name, strerror(-ret));
216 free(ents[i]);
217 free(ents);
  /bionic/libc/kernel/uapi/mtd/
ubi-user.h 81 } ents[UBI_MAX_RNVOL]; member in struct:ubi_rnvol_req
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 385 } ents[UBI_MAX_RNVOL]; member in struct:ubi_rnvol_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
ubi-user.h 370 } ents[UBI_MAX_RNVOL]; member in struct:ubi_rnvol_req
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 212 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
216 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents,
readdwarf3.c     [all...]
tytypes.c 323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents,
384 found = VG_(lookupXA)( ents, &key, &first, &last );
385 //found = VG_(lookupXA_UNBOXED)( ents, cuOff_to_find, &first, &last,
392 res = (TyEnt*)VG_(indexXA)( ents, first );
  /external/syslinux/core/fs/xfs/
xfs_readdir.c 235 lep = &leaf->ents[file->offset++];
337 lep = &leaf->ents[XFS_PVT(inode)->i_leaf_ent_offset];
xfs_dir2.c 390 for (lep = leaf->ents, low = 0, high = be16_to_cpu(leaf->hdr.count) - 1;
410 for (lep = &leaf->ents[mid];
696 for (lep = leaf->ents, low = 0, high = be16_to_cpu(leaf->hdr.count) - 1;
717 for (lep = &leaf->ents[mid];
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 289 ents: []*fakeFileInfo{testFile},
326 ents: []*fakeFileInfo{
603 ents []*fakeFileInfo
636 if count <= 0 || limit > len(f.fi.ents) {
637 limit = len(f.fi.ents)
640 fis = append(fis, f.fi.ents[f.entpos])
679 ents: []*fakeFileInfo{indexFile},
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 289 ents: []*fakeFileInfo{testFile},
326 ents: []*fakeFileInfo{
603 ents []*fakeFileInfo
636 if count <= 0 || limit > len(f.fi.ents) {
637 limit = len(f.fi.ents)
640 fis = append(fis, f.fi.ents[f.entpos])
679 ents: []*fakeFileInfo{indexFile},
    [all...]

Completed in 357 milliseconds

1 2