Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 39) sorted by relevance

12

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp43 VkApplicationInfo* to) in deepcopy_VkApplicationInfo()
69 VkInstanceCreateInfo* to) in deepcopy_VkInstanceCreateInfo()
101 VkAllocationCallbacks* to) in deepcopy_VkAllocationCallbacks()
115 VkPhysicalDeviceFeatures* to) in deepcopy_VkPhysicalDeviceFeatures()
124 VkFormatProperties* to) in deepcopy_VkFormatProperties()
133 VkExtent3D* to) in deepcopy_VkExtent3D()
142 VkImageFormatProperties* to) in deepcopy_VkImageFormatProperties()
152 VkPhysicalDeviceLimits* to) in deepcopy_VkPhysicalDeviceLimits()
167 VkPhysicalDeviceSparseProperties* to) in deepcopy_VkPhysicalDeviceSparseProperties()
176 VkPhysicalDeviceProperties* to) in deepcopy_VkPhysicalDeviceProperties()
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsendto.c53 const struct sockaddr * to, in sendto()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c8534 CodePointList3 to; member
8539 CodePointList3 to; member
8549 CodePointList2 to; member
8554 CodePointList2 to; member
10983 CodePointList3 *to; local
11180 CodePointList3 *to, *z3; local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c4089 copy_mml(MinMaxLen* to, MinMaxLen* from) in copy_mml()
4096 add_mml(MinMaxLen* to, MinMaxLen* from) in add_mml()
4112 alt_merge_mml(MinMaxLen* to, MinMaxLen* from) in alt_merge_mml()
4119 copy_opt_env(OptEnv* to, OptEnv* from) in copy_opt_env()
4132 copy_opt_anc_info(OptAncInfo* to, OptAncInfo* from) in copy_opt_anc_info()
4138 concat_opt_anc_info(OptAncInfo* to, OptAncInfo* left, OptAncInfo* right, in concat_opt_anc_info()
4166 is_set_opt_anc_info(OptAncInfo* to, int anc) in is_set_opt_anc_info()
4174 add_opt_anc_info(OptAncInfo* to, int anc) in add_opt_anc_info()
4183 remove_opt_anc_info(OptAncInfo* to, int anc) in remove_opt_anc_info()
4192 alt_merge_opt_anc_info(OptAncInfo* to, OptAncInfo* add) in alt_merge_opt_anc_info()
[all …]
Dregsyntax.c233 onig_copy_syntax(OnigSyntaxType* to, OnigSyntaxType* from) in onig_copy_syntax()
Dregparse.c115 BBuf *to; in bbuf_clone() local
156 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
181 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
1705 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1780 add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) in add_code_range()
1796 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1840 OnigCodePoint from, to; in or_code_range_buf() local
1936 OnigCodePoint from, to, from1, to1, from2, to2; in and_code_range_buf() local
2849 find_str_position(OnigCodePoint s[], int n, UChar* from, UChar* to, in find_str_position()
2878 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, in str_exist_check_with_esc()
[all …]
Dregenc.h45 OnigCodePoint to; member
Dregint.h396 #define BBUF_MOVE_RIGHT(buf,from,to,n) do {\ argument
403 #define BBUF_MOVE_LEFT(buf,from,to,n) do {\ argument
408 #define BBUF_MOVE_LEFT_REDUCE(buf,from,to) do {\ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) in addarc()
Dpgen.c63 addnfaarc(nfa *nf, int from, int to, int lbl) in addnfaarc()
551 renamestates(int xx_nstates, ss_state *xx_state, int from, int to) in renamestates()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) in addarc()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DDevGenisis.c70 int EFIAPI fbadop_rename (const char *from, const char *to) in fbadop_rename()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c55 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
DEfiCopyMem.c57 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
/device/generic/goldfish/wifi/ipv6proxy/
Dproxy.cpp211 Interface& to, in forward()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp73 size_t to = (i * h + j) * BytesPerPixel(); in Rotated() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c472 tee_next(teeobject *to) in tee_next()
490 tee_traverse(teeobject *to, visitproc visit, void *arg) in tee_traverse()
497 tee_copy(teeobject *to) in tee_copy()
517 teeobject *to; in tee_fromiterable() local
557 tee_clear(teeobject *to) in tee_clear()
566 tee_dealloc(teeobject *to) in tee_dealloc()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c635 const char *to in da_ShellRename()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c196 static void buffreplace (LexState *ls, char from, char to) { in buffreplace()
Dlapi.c112 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove()
207 TValue *to = index2addr(L, idx); in moveto() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c489 tee_next(teeobject *to) in tee_next()
509 tee_traverse(teeobject *to, visitproc visit, void *arg) in tee_traverse()
516 tee_copy(teeobject *to) in tee_copy()
536 teeobject *to; in tee_fromiterable() local
576 tee_clear(teeobject *to) in tee_clear()
585 tee_dealloc(teeobject *to) in tee_dealloc()
/device/google/crosshatch/usb/
DUsb.cpp160 struct timespec to; in switchMode() local
/device/google/marlin/usb/
DUsb.cpp158 struct timespec to; in switchMode() local
/device/google/bonito/usb/
DUsb.cpp158 struct timespec to; in switchMode() local
/device/google/wahoo/usb/
DUsb.cpp184 struct timespec to; in switchMode() local

12