Searched refs:gpa (Results 1 – 10 of 10) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwstree.c | 147 tree_node_t **gpa, in _splay() argument 182 if (!gpa) { in _splay() 194 assert(gpa); in _splay() 197 if ((*pa)->left == next && (*gpa)->left == *pa) { in _splay() 199 _rotate_right(gpa); in _splay() 202 else if ((*pa)->right == next && (*gpa)->right == *pa) { in _splay() 204 _rotate_left(gpa); in _splay() 207 else if ((*pa)->right == next && (*gpa)->left == *pa) { in _splay() 209 _rotate_right(gpa); in _splay() 212 else if ((*pa)->left == next && (*gpa)->right == *pa) { in _splay() [all …]
|
/third_party/boost/libs/property_map/doc/ |
D | dynamic_property_map.rst | 56 << "Fred's old gpa: " << old_gpa << "\n"; 122 std::string old_gpa = get("gpa", properties, fred); 125 << "Fred's old gpa: " << old_gpa << "\n"; 130 put("gpa",properties,fred,new_gpa); 168 properties.property("gpa",gpa_map); 173 << "Fred's gpa: " << get(gpa_map,fred) << "\n"; 180 keyed on the strings "age" and "gpa". Finally ``manipulate_freds_info``
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_android.cpp | 93 void *gpa(std::string fn) { return dlsym(mLibVulkan, fn.c_str()); } in gpa() function in angle::VulkanLibrary 94 #define GPA(ob, type, fn) reinterpret_cast<type>(ob.gpa(fn))
|
/third_party/flutter/skia/third_party/externals/dawn/docs/ |
D | DebugMarkers.md | 30 …pix/) and [Intel Graphics Frame Analyzer](https://software.intel.com/en-us/gpa/graphics-frame-anal…
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | debug_markers.md | 30 …pix/) and [Intel Graphics Frame Analyzer](https://software.intel.com/en-us/gpa/graphics-frame-anal…
|
/third_party/icu/icu4c/source/test/testdata/ |
D | idna_rules.txt | 942 "\\u33AC > gpa;"
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 913 >>> valedictorian = max((student.gpa, student.name) for student in graduates)
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5609 "gpa",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5609 "gpa",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5408 "gpa",
|