HomeSort by: relevance | last modified time | path
    Searched defs:method_id (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_tls_common.c 156 u8 *id, *method_id; local
167 method_id = eap_server_tls_derive_key(
169 if (!method_id) {
174 os_memcpy(id + 1, method_id, 64);
175 os_free(method_id);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 137 unsigned int method_id; member in struct:_iJIT_Method_Id
151 unsigned int method_id; member in struct:_iJIT_Method_NIDS
177 unsigned int method_id; member in struct:_iJIT_Method_Load
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_tls_common.c 426 u8 *id, *method_id; local
437 method_id = eap_peer_tls_derive_key(
439 if (!method_id) {
444 os_memcpy(id + 1, method_id, 64);
445 os_free(method_id);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
jprofile.c 47 jmethodID method_id; /* method executed in this frame */ member in struct:__anon10208
881 record_jmethod (uint64_t class_id, uint64_t method_id,
896 jmth->method_id = method_id;
1233 last->method_id = (jmethodID) SP_TRUNC_STACK_MARKER;
1247 err->method_id = 0; // artificial method id
  /src/external/gpl3/binutils/dist/gprofng/src/
data_pckts.h 535 uint64_t method_id; member in struct:__anon10292
Experiment.cc 2367 uint64_t method_id = dwin->decode (ajmt->method_id); local
2373 "method_id=Ox%llx name='%s' signature='%s' fullname='%s'\n",
2374 (int) v16, (long long) method_id, s_name,
2390 jmaps->insert (method_id, cur_loaded, jmthd);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
jprofile.c 47 jmethodID method_id; /* method executed in this frame */ member in struct:__anon11681
881 record_jmethod (uint64_t class_id, uint64_t method_id,
896 jmth->method_id = method_id;
1233 last->method_id = (jmethodID) SP_TRUNC_STACK_MARKER;
1247 err->method_id = 0; // artificial method id
  /src/external/gpl3/binutils.old/dist/gprofng/src/
data_pckts.h 535 uint64_t method_id; member in struct:__anon11765
Experiment.cc 2367 uint64_t method_id = dwin->decode (ajmt->method_id); local
2373 "method_id=Ox%llx name='%s' signature='%s' fullname='%s'\n",
2374 (int) v16, (long long) method_id, s_name,
2390 jmaps->insert (method_id, cur_loaded, jmthd);
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 8872 tree method_id;
8894 method_id = get_identifier (buf);
8903 objc_start_function (method_id, meth_type, NULL_TREE, parmlist);
8868 tree method_id; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 8874 tree method_id;
8896 method_id = get_identifier (buf);
8905 objc_start_function (method_id, meth_type, NULL_TREE, parmlist);
8870 tree method_id; local

Completed in 66 milliseconds