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

1 2

  /external/freetype/src/cache/
ftcbasic.c 288 FTC_Node *anode )
304 if ( anode )
305 *anode = NULL;
349 if ( anode )
351 *anode = node;
369 FTC_Node *anode )
385 if ( anode )
386 *anode = NULL;
417 if ( anode )
419 *anode = node
    [all...]
ftcmru.c 238 FTC_MruNode *anode )
277 *anode = node;
293 FTC_MruNode *anode )
300 return FTC_MruList_New( list, key, anode );
302 *anode = node;
ftccache.c 447 FTC_Node *anode )
475 *anode = node;
486 FTC_Node *anode )
497 if ( !cache || !anode )
552 *anode = node;
557 return FTC_Cache_NewNode( cache, hash, query, anode );
ftcglyph.c 191 FTC_Node *anode )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
ftccache.h 184 FTC_Node *anode );
191 FTC_Node *anode );
ftccmap.c 112 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
131 *anode = node;
ftcglyph.h 266 FTC_Node *anode );
ftcmru.h 150 FTC_MruNode *anode );
  /external/freetype/include/freetype/
ftcache.h 767 * anode ::
780 * If `anode' is _not_ NULL, it receives the address of the cache
786 * If `anode' is NULL, the cache node is left unchanged, which means
796 FTC_Node *anode );
826 * anode ::
839 * If `anode' is _not_ NULL, it receives the address of the cache
845 * If `anode' is NULL, the cache node is left unchanged, which means
859 FTC_Node *anode );
998 * anode ::
1015 * If `anode' is _not_ NULL, it receives the address of the cach
    [all...]
  /external/u-boot/include/
fdt_support.h 225 int fdt_verify_alias_address(void *fdt, int anode, const char *alias,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mrhoist.c     [all...]
gen.c 755 dumpPredAction(ActionNode *anode,
758 dumpPredAction(anode,
761 ActionNode *anode;
770 PredEntry *predEntry=anode->predEntry;
771 int inverted=anode->inverted;
787 dumpAction(predEntry->predLiteral,output,0,anode->file,anode->line,0);
    [all...]
proto.h 541 extern void MR_guardPred_plainSet(ActionNode *anode,Predicate *); /* MR12c */
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 3272 Node *anode, *var_anode, *snode, *xnode, *an; local
    [all...]
regparse.c 4407 Node *anode; local
    [all...]
  /external/u-boot/common/
fdt_support.c     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 1428 milliseconds

1 2