/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | typesign.c | 6 static signed int * u_to_s_return(unsigned int *up) in u_to_s_return() 13 unsigned int *up = sp; in s_to_u_init() local 17 static signed int * u_to_s_init(unsigned int *up) in u_to_s_init() 25 unsigned int *up; in s_to_u_assign() local 30 static signed int * u_to_s_assign(unsigned int *up) in u_to_s_assign()
|
D | restrict.c | 7 void * up; variable 23 void * up; in ref() local
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_process.c | 57 struct usb_process *up = (struct usb_process*)para; in usb_process_thread() local 207 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, in usb_proc_create() 244 usb_proc_free(struct usb_process *up) in usb_proc_free() 271 usb_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1) in usb_proc_msignal() 355 usb_proc_is_gone(struct usb_process *up) in usb_proc_is_gone() 379 usb_proc_mwait(struct usb_process *up, void *_pm0, void *_pm1) in usb_proc_mwait() 424 usb_proc_drain(struct usb_process *up) in usb_proc_drain() 473 usb_proc_rewakeup(struct usb_process *up) in usb_proc_rewakeup() 497 usb_proc_is_called_from(struct usb_process *up) in usb_proc_is_called_from()
|
/third_party/boost/libs/icl/test/ |
D | test_value_maker.hpp | 171 #define I_I(low,up) icl::interval<T>::closed (test_value<T>::make(low), test_value<T>::make(up)) argument 173 #define I_D(low,up) icl::interval<T>::right_open(test_value<T>::make(low), test_value<T>::make(up)) argument 175 #define C_I(low,up) icl::interval<T>::left_open (test_value<T>::make(low), test_value<T>::make(up)) argument 177 #define C_D(low,up) icl::interval<T>::open (test_value<T>::make(low), test_value<T>::make(up)) argument 179 #define MK_I(ItvT,low,up) ItvT(test_value<T>::make(low), test_value<T>::make(up)) argument 186 #define IIv(low,up,val) map_val<IntervalMapT>::mk_segment(I_I(low,up), val) argument 187 #define IDv(low,up,val) map_val<IntervalMapT>::mk_segment(I_D(low,up), val) argument 188 #define CIv(low,up,val) map_val<IntervalMapT>::mk_segment(C_I(low,up), val) argument 189 #define CDv(low,up,val) map_val<IntervalMapT>::mk_segment(C_D(low,up), val) argument
|
D | test_interval_laws.hpp | 32 domain_type up = icl::upper(itv); in check_border_containedness() local
|
/third_party/boost/libs/hana/test/tuple/ |
D | smart_ptr.cpp | 14 hana::tuple<std::unique_ptr<char>> up; in main() local 19 hana::tuple<std::unique_ptr<char[]>> up; in main() local
|
/third_party/boost/boost/icl/ |
D | discrete_interval.hpp | 62 discrete_interval(const DomainT& low, const DomainT& up, in discrete_interval() 76 …static discrete_interval open (const DomainT& lo, const DomainT& up){ return discrete_interva… in open() 77 …static discrete_interval right_open(const DomainT& lo, const DomainT& up){ return discrete_interva… in right_open() 78 …static discrete_interval left_open (const DomainT& lo, const DomainT& up){ return discrete_interva… in left_open() 79 …static discrete_interval closed (const DomainT& lo, const DomainT& up){ return discrete_interva… in closed()
|
D | continuous_interval.hpp | 62 continuous_interval(const DomainT& low, const DomainT& up, in continuous_interval() 76 …static continuous_interval open (const DomainT& lo, const DomainT& up){ return continuous_inte… in open() 77 …static continuous_interval right_open(const DomainT& lo, const DomainT& up){ return continuous_int… in right_open() 78 …static continuous_interval left_open (const DomainT& lo, const DomainT& up){ return continuous_int… in left_open() 79 …static continuous_interval closed (const DomainT& lo, const DomainT& up){ return continuous_inte… in closed()
|
/third_party/flutter/glfw/examples/ |
D | splitview.c | 167 vec3 up = { 0.f, 1.f, 0.f }; in drawGrid() local 261 vec3 up = { 0.f, 1.f, 0.f }; in drawAllViews() local 275 vec3 up = { 0.f, 1.f, 0.f }; in drawAllViews() local 289 vec3 up = { 0.f, 1.f, 0.f }; in drawAllViews() local 325 vec3 up = { 0.f, 1.f, 0.f }; in drawAllViews() local
|
/third_party/node/deps/npm/node_modules/colors/lib/custom/ |
D | zalgo.js | 5 'up': [ property 76 counts = {'up': 0, 'down': 0, 'mid': 0}; property
|
/third_party/libinput/tools/ |
D | libinput-measure-touchpad-tap.py | 64 def up(self): member in Touch 68 def up(self, up): argument
|
/third_party/boost/boost/multi_index/detail/ |
D | rnd_index_node.hpp | 46 ptr_pointer& up(){return up_;} in up() function 47 ptr_pointer up()const{return up_;} in up() function 207 impl_ptr_pointer& up(){return trampoline::up();} in up() function 208 impl_ptr_pointer up()const{return trampoline::up();} in up() function
|
/third_party/skia/experimental/sktext/editor/ |
D | Mouse.cpp | 13 void Mouse::up() { in up() function in skia::editor::Mouse
|
/third_party/boost/libs/icl/example/large_bitset_/ |
D | large_bitset.hpp | 198 …void add_(DomainT lo, DomainT up, BitSetT bits){_map += value_type(interval_type::right_open… in add_() 199 …void subtract_(DomainT lo, DomainT up, BitSetT bits){_map -= value_type(interval_type::right_open… in subtract_() 200 …void intersect_(DomainT lo, DomainT up, BitSetT bits){_map &= value_type(interval_type::right_open… in intersect_() 201 …void flip_(DomainT lo, DomainT up, BitSetT bits){_map ^= value_type(interval_type::right_open… in flip_()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | TreeWalker.java | 18 abstract void up(); in up() method in TreeWalker
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_ifconfig.c | 19 int ifconfig_helper(const char *if_name, int up) in ifconfig_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_ifconfig.c | 19 int ifconfig_helper(const char *if_name, int up) in ifconfig_helper()
|
/third_party/toybox/toys/lsb/ |
D | su.c | 48 struct passwd *up; local
|
/third_party/libinput/test/ |
D | litest-device-synaptics-st.c | 45 struct input_event up[] = { variable
|
D | litest-device-atmel-hover.c | 60 static struct input_event up[] = { variable
|
D | litest-device-dell-canvas-totem.c | 56 static struct input_event up[] = { variable
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | HuffmanEncoder.java | 35 short up; field in HuffmanEncoder.TreeNode 206 int up = tree[a].up; in writeSymbol() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | HuffmanEncoder.java | 35 short up; field in HuffmanEncoder.TreeNode 206 int up = tree[a].up; in writeSymbol() local
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/ |
D | test_per_cpu_allocator_module.c | 100 unsigned long *up = per_cpu_ptr(p, cpu); in fill_area() local 117 unsigned long *up = per_cpu_ptr(p, cpu); in verify_area() local
|
/third_party/node/benchmark/url/ |
D | url-resolve.js | 8 'up': '../../../../../etc/passwd', property
|