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

  /external/syslinux/core/fs/ntfs/
runlist.h 36 static inline bool runlist_is_empty(struct runlist *rlist)
38 return !rlist;
43 struct runlist *rlist; local
45 rlist = malloc(sizeof *rlist);
46 if (!rlist)
49 rlist->next = NULL;
51 return rlist;
54 static inline void runlist_append(struct runlist **rlist,
61 if (runlist_is_empty(*rlist)) {
    [all...]
ntfs.c 681 NTFS_PVT(inode)->data.non_resident.rlist = NULL;
695 runlist_append(&NTFS_PVT(inode)->data.non_resident.rlist,
702 if (runlist_is_empty(NTFS_PVT(inode)->data.non_resident.rlist)) {
918 struct runlist *rlist; local
930 rlist = NTFS_PVT(inode)->data.non_resident.rlist;
933 if (runlist_is_empty(rlist))
936 ret = runlist_remove(&rlist);
946 NTFS_PVT(inode)->data.non_resident.rlist = rlist;
    [all...]
ntfs.h 93 struct runlist *rlist; member in struct:ntfs_inode::__anon31994::__anon31996
  /external/e2fsprogs/debugfs/
do_journal.c 539 blk64_t *blist = NULL, *rlist = NULL; local
561 err = read_list(optarg, &rlist, &rn);
595 rlist, rn, fp);
604 if (rlist)
605 free(rlist);
  /external/toybox/lib/
lib.c 236 struct string_list *rlist = NULL, **prlist=&rlist; local
273 return rlist;
  /external/v8/src/arm/
disasm-arm.cc 326 // 'rlist: register list for load and store multiple instructions
327 DCHECK(STRING_STARTS_WITH(format, "rlist"));
328 int rlist = instr->RlistValue(); local
332 while (rlist != 0) {
333 if ((rlist & 1) != 0) {
335 if ((rlist >> 1) != 0) {
340 rlist >>= 1;
    [all...]
simulator-arm.cc 1532 int rlist = instr->RlistValue(); local
    [all...]
  /external/iproute2/misc/
ss.c 876 struct scache *rlist; variable in typeref:struct:scache
910 c->next = rlist;
911 rlist = c;
943 for (c = rlist; c; c = c->next) {
1533 for (s = rlist; s; s = s->next) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 461 milliseconds