Searched refs:__data (Results 1 – 12 of 12) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-mem.h | 79 void *__data; \ 82 __data = (xf_mem_alloc)(size, align, core, shared); \ 83 TRACE(1, _b("alloc-%u: %p[%u] (shared=%u)"), core, __data, size, shared); \ 84 __data; \ 106 void *__data = (p); \ 109 TRACE(1, _b("free-%u: %p[%u] (shared=%u)"), core, __data, size, shared); \ 110 (xf_mem_free)(__data, size, core, shared); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | pygettext.py | 358 self.__data = [] 406 self.__data = [] 418 if self.__data: 419 self.__addentry(EMPTYSTRING.join(self.__data)) 422 self.__data.append(safe_eval(tstring))
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | nl_types.h | 85 void *__data; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | smtpd.py | 119 self.__data = '' 177 self.__data = NEWLINE.join(data) 181 self.__data) 260 self.__data = ''
|
D | site.py | 385 self.__data = data 407 data = self.__data
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_rmnet.h | 122 uint32_t __data; /* Placeholder for legacy data*/ member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_rmnet.h | 122 uint32_t __data; /* Placeholder for legacy data*/ member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_rmnet.h | 105 uint32_t __data; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_rmnet.h | 105 uint32_t __data; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | site.py | 354 self.__data = data 376 data = self.__data
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | site.py | 362 self.__data = data 384 data = self.__data
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | seq_tests.py | 109 self.__data = initseq 111 return len(self.__data) 113 return self.__data[i]
|