Searched refs:a_key (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Dtop.c38 static int sort_subcomp(int a_key, const libtop_psamp_t *a_a,
98 static int sort_subcomp(int a_key, const libtop_psamp_t *a_a, argument
104 switch (a_key) {
H A Drb.h167 /* a_key is always the first argument to a_comp. */
168 #define rb_search(a_tree, a_key, a_comp, a_field, r_node) \
174 && (t = (a_comp)((a_key), (r_node))) != 0) \
189 #define rb_nsearch(a_tree, a_key, a_comp, a_type, a_field, r_node) \
195 && (t = (a_comp)((a_key), (r_node))) != 0) \
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h476 TestProperty(const char* a_key, const char* a_value) : argument
477 key_(a_key), value_(a_value) {
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c2695 uint64_t a_key, b_key, c_key; local
2716 a_key = heap->files[a]->key;
2730 if (a_key <= b_key)

Completed in 87 milliseconds