Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 64) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dgenerate-core-block.rb86 renames.each_pair do |old, new|
87 puts old + ' -> ' + new
95 renames.each_pair do |old, new|
96 outdata.gsub!(old,new)
110 renames.each_pair do |old, new|
111 new_file.gsub!(old,new)
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DRangeManip.cpp85 Range old=list[i]; in delRange() local
89 if (intersection!=old) { // otherwise split: in delRange()
91 if(old.getStart() != intersection.getStart()) { in delRange()
92 … list.insert(list.begin(),Range(old.getStart(),intersection.getStart() - old.getStart())); in delRange()
96 if(old.getEnd() != intersection.getEnd()) { in delRange()
97 … list.insert(list.begin(),Range(intersection.getEnd(),old.getEnd() - intersection.getEnd())); in delRange()
/hardware/google/aemu/base/include/aemu/base/threads/
DThreadStore.h90 void* old = get(); in swap() local
92 return old; in swap()
136 T* old = static_cast<T*>(swap(t)); in set() local
137 delete old; in set() local
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThreadStore.h90 void* old = get(); in swap() local
92 return old; in swap()
136 T* old = static_cast<T*>(swap(t)); in set() local
137 delete old; in set() local
/hardware/google/gfxstream/guest/mesa/src/util/
Dos_socket.c70 int old = fcntl(s, F_GETFL, 0); in os_socket_block() local
71 if (old == -1) in os_socket_block()
76 fcntl(s, F_SETFL, old & ~O_NONBLOCK); in os_socket_block()
78 fcntl(s, F_SETFL, old | O_NONBLOCK); in os_socket_block()
Du_atomic.h77 #define p_atomic_cmpxchg(v, old, _new) \ argument
78 __sync_val_compare_and_swap((v), (old), (_new))
79 #define p_atomic_cmpxchg_ptr(v, old, _new) p_atomic_cmpxchg(v, old, _new) argument
271 #define p_atomic_cmpxchg(v, old, _new) (__typeof(*v))( \ argument
272 …sizeof(*v) == sizeof(uint8_t) ? atomic_cas_8 ((uint8_t *)(v), (uint8_t )(old), (uint8_t )(_new))…
273 …sizeof(*v) == sizeof(uint16_t) ? atomic_cas_16((uint16_t *)(v), (uint16_t)(old), (uint16_t)(_new))…
274 …sizeof(*v) == sizeof(uint32_t) ? atomic_cas_32((uint32_t *)(v), (uint32_t)(old), (uint32_t)(_new))…
275 …sizeof(*v) == sizeof(uint64_t) ? atomic_cas_64((uint64_t *)(v), (uint64_t)(old), (uint64_t)(_new))…
279 #define p_atomic_cmpxchg_ptr(v, old, _new) (__typeof(*v))(atomic_cas_32((uint32_t *)(v), (uint32_t)… argument
281 #define p_atomic_cmpxchg_ptr(v, old, _new) (__typeof(*v))(atomic_cas_64((uint64_t *)(v), (uint64_t)… argument
Dralloc.c162 ralloc_header *child, *old, *info; in resize() local
164 old = get_header(ptr); in resize()
165 info = realloc(old, align64(size + sizeof(ralloc_header), in resize()
172 if (info != old && info->parent != NULL) { in resize()
173 if (info->parent->child == old) in resize()
1147 linear_realloc(void *parent, void *old, unsigned new_size) in linear_realloc() argument
1154 if (unlikely(!old)) in linear_realloc()
1157 old_size = ((linear_size_chunk*)old)[-1].size; in linear_realloc()
1160 memcpy(new_ptr, old, MIN2(old_size, new_size)); in linear_realloc()
Dsparse_array.c230 free_list_head(uint64_t old, uint32_t next) in free_list_head() argument
232 return ((old & 0xffffffff00000000ull) + 0x100000000ull) | next; in free_list_head()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.cpp70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list() argument
72 latest->next = old->next; in replace_in_list()
74 latest->prev = old->prev; in replace_in_list()
Dlist.h43 void replace_in_list(struct list_head *old, struct list_head *latest);
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.cpp70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list() argument
72 latest->next = old->next; in replace_in_list()
74 latest->prev = old->prev; in replace_in_list()
Dlist.h43 void replace_in_list(struct list_head *old, struct list_head *latest);
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/
Dupdate-aliases.py82 for old, new in aliases.items():
84 aliases[old] = aliases[new]
128 ";".join([f's/{old}/{new}/g' for old, new in aliases.items()]),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/htmldiff/
Dhtmldiff.pl163 my $old="%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'";
168 $old = "";
191 …open(FILE, qq(diff -d --old-group-format="$old" --new-group-format="$new" --changed-group-format="…
/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp93 const auto old = now - kTimeThreshold; in PollAndProcessGarbage() local
105 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage()
114 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/
Dcodespellrc4 …s,lunr.js,rouge-extend-css.rb,sample_count*.svg,./node_modules/*,./gen/*,./old/*,./oldGen/*,./new/…
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToRgb.comp12 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc43 In that case, a flicker is noticed as the swapchain is recreated and the old
68 application has acquired images from the old swapchain that it is no longer
71 As a result, the application is forced to present to an old swapchain that may
73 Additionally, the memory allocated for the old and new swapchains coexist,
175 the images from the old swapchain have been destroyed.
188 once all images from the old swapchain are presented.
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal66 * lac is populated with tac, to ensure that we don't break old clients that
67 * might rely in the old (wrong) behavior.
DIGnssDebug.hal94 * an age potentially thousands of seconds old, or
157 * old prediction would be reported as 86400 seconds here.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_synchronization2.adoc23 The new flags are identical to the old values within the 32-bit range, with
66 ** E.g. the old and new layout can both be set to
DVK_EXT_buffer_device_address.adoc56 Even though, the old names can still be found in the generated header files
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropertyChangeMode.proto31 * return old value until underlying H/W backing this property has actually
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal63 * requested when the old one was active, the old must be terminated
/hardware/interfaces/health/2.0/
DIHealth.hal31 * Registering a new callback must not unregister the old one; the old

123