HomeSort by relevance Sort by last modified time
    Searched refs:ulen (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
nodemask.h 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
nodemask.h 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
nodemask.h 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
nodemask.h 54 #define nodemask_parse(ubuf, ulen, dst) __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES)
  /external/webkit/Source/WebKit/mac/Plugins/
npapi.mm 204 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme, const char *realm, char** username, uint32_t* ulen, char** password, uint32_t* plen)
211 username:username usernameLength:ulen
  /external/kernel-headers/original/linux/
cpumask.h 52 * int cpumask_parse(ubuf, ulen, mask) Parse ascii string as cpumask
276 #define cpumask_parse(ubuf, ulen, dst) \
277 __cpumask_parse((ubuf), (ulen), &(dst), NR_CPUS)
nodemask.h 54 * int nodemask_parse(ubuf, ulen, mask) Parse ascii string as nodemask
291 #define nodemask_parse(ubuf, ulen, dst) \
292 __nodemask_parse((ubuf), (ulen), &(dst), MAX_NUMNODES)
bitmap.h 49 * bitmap_parse(ubuf, ulen, dst, nbits) Parse bitmap dst from user buf
109 extern int bitmap_parse(const char __user *ubuf, unsigned int ulen,
socket.h 333 extern int move_addr_to_kernel(void __user *uaddr, int ulen, struct sockaddr *kaddr);
  /external/webkit/Source/WebCore/plugins/
PluginView.h 193 NPError getAuthenticationInfo(const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
npfunctions.h 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32_t port, const char* scheme, const char *realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
PluginView.cpp     [all...]
  /bootable/recovery/applypatch/
imgdiff.c 232 int ulen = Read4(cd+24); // uncompressed len local
267 temp_entries[entrycount].uncomp_len = ulen;
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 899 char **username, uint32_t *ulen,
  /external/icu4c/test/cintltst/
nucnvtst.c 3525 int len=0, ulen; local
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
regextst.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 846 const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen)

Completed in 889 milliseconds

1 2 34