Searched refs:extra (Results 176 - 200 of 3254) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/samples/layout/
H A DMakefile.in81 # compile scrptrun.cpp from the extra/scrptrun directory.
84 scrptrun.d: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
89 scrptrun.o: $(top_srcdir)/extra/scrptrun/scrptrun.cpp
/external/oprofile/libpp/
H A Darrange_profiles.cpp550 extra_images const & extra)
557 parse_filename(it->sample_filename, extra);
568 parse_filename(*cit, extra);
589 bool merge_by_lib, extra_images const & extra)
593 find_profile_sample_files(set.files, parsed, extra);
606 extra);
615 find_profile_sample_files(depset.files, parsed, extra);
627 bool merge_by_lib, extra_images const & extra)
634 add_to_profile_set(*it, parsed, merge_by_lib, extra);
641 add_to_profile_set(set, parsed, merge_by_lib, extra);
548 find_profile_sample_files(list<profile_sample_files> & files, parsed_filename const & parsed, extra_images const & extra) argument
588 add_to_profile_set(profile_set & set, parsed_filename const & parsed, bool merge_by_lib, extra_images const & extra) argument
626 add_profile(profile_class & pclass, parsed_filename const & parsed, bool merge_by_lib, extra_images const & extra) argument
649 arrange_profiles(list<string> const & files, merge_option const & merge_by, extra_images const & extra) argument
810 verify_and_fill(app_map_t & app_map, list<inverted_profile> & plist, extra_images const & extra) argument
[all...]
/external/oprofile/libutil++/
H A Dbfd_support.h112 extra_images const & extra);
H A Dbfd_support.cpp49 extra_images const & extra)
56 string const image_path = extra.find_image_path(name, img_ok, true);
297 string & debug_filename, extra_images const & extra)
319 if (separate_debug_file_exists(first_try, crc32, extra))
321 else if (separate_debug_file_exists(second_try, crc32, extra))
323 else if (separate_debug_file_exists(third_try, crc32, extra))
527 * then we need to do the extra processing in translate_debuginfo_syms.
48 separate_debug_file_exists(string & name, unsigned long const crc, extra_images const & extra) argument
296 find_separate_debug_file(bfd * ibfd, string const & filepath_in, string & debug_filename, extra_images const & extra) argument
/external/qemu/android/
H A Dframebuffer.h60 /* extra data that is handled by the framebuffer implementation */
61 void* extra; member in struct:QFrameBuffer
/external/qemu/slirp/
H A Dsocket.h53 void * extra; /* Extra pointer */ member in struct:socket
/external/valgrind/main/massif/tests/
H A Dbasic.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Dlong-names.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Dnew-cpp.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Doverloaded-new.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java315 int extra = bufOff;
318 if (extra < macSize)
322 extra -= macSize;
325 if (extra > 0)
327 gCTRPartial(bufBlock, 0, extra, out, outOff);
385 int resultLen = extra;
401 System.arraycopy(bufBlock, extra, msgMac, 0, macSize);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c232 CFF_Font font = (CFF_Font)face->extra.data;
276 cff = (CFF_FontRec *)face->extra.data;
326 CFF_Font cff = (CFF_Font)face->extra.data;
384 CFF_Font cff = (CFF_Font)face->extra.data;
455 CFF_Font cff = (CFF_Font)face->extra.data;
510 CFF_Font cff = (CFF_Font)face->extra.data;
537 cff = (CFF_Font)face->extra.data;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c212 FT_Int extra = slot->library->lcd_extra; local
217 x_shift -= 64 * ( extra >> 1 );
218 width += 3 * extra;
220 x_left -= extra >> 1;
225 y_shift -= 64 * ( extra >> 1 );
226 height += 3 * extra;
227 y_top += extra >> 1;
/external/freetype/src/cff/
H A Dcffdrivr.c234 CFF_Font font = (CFF_Font)face->extra.data;
278 cff = (CFF_FontRec *)face->extra.data;
328 CFF_Font cff = (CFF_Font)face->extra.data;
386 CFF_Font cff = (CFF_Font)face->extra.data;
457 CFF_Font cff = (CFF_Font)face->extra.data;
512 CFF_Font cff = (CFF_Font)face->extra.data;
539 cff = (CFF_Font)face->extra.data;
/external/freetype/src/smooth/
H A Dftsmooth.c212 FT_Int extra = slot->library->lcd_extra; local
217 x_shift -= 64 * ( extra >> 1 );
218 width += 3 * extra;
220 x_left -= extra >> 1;
225 y_shift -= 64 * ( extra >> 1 );
226 height += 3 * extra;
227 y_top += extra >> 1;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c233 CFF_Font font = (CFF_Font)face->extra.data;
277 cff = (CFF_FontRec *)face->extra.data;
327 CFF_Font cff = (CFF_Font)face->extra.data;
385 CFF_Font cff = (CFF_Font)face->extra.data;
456 CFF_Font cff = (CFF_Font)face->extra.data;
511 CFF_Font cff = (CFF_Font)face->extra.data;
538 cff = (CFF_Font)face->extra.data;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c212 FT_Int extra = slot->library->lcd_extra; local
217 x_shift -= 64 * ( extra >> 1 );
218 width += 3 * extra;
220 x_left -= extra >> 1;
225 y_shift -= 64 * ( extra >> 1 );
226 height += 3 * extra;
227 y_top += extra >> 1;
/external/chromium_org/third_party/zlib/
H A Dinfback.c529 /* length code -- get extra bits, if any */
530 state->extra = (unsigned)(here.op) & 15;
531 if (state->extra != 0) {
532 NEEDBITS(state->extra);
533 state->length += BITS(state->extra);
534 DROPBITS(state->extra);
562 /* get distance extra bits, if any */
563 state->extra = (unsigned)(here.op) & 15;
564 if (state->extra != 0) {
565 NEEDBITS(state->extra);
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
[all...]
/external/zlib/src/
H A Dinfback.c537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c166 const u8 *mac, const u8 *extra, size_t extra_len)
184 addr[1] = extra;
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
193 extra, extra_len);
206 const u8 *extra, size_t extra_len)
214 addr[1] = extra;
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
221 extra, extra_len);
361 const u8 *mac, const u8 *extra, size_t extra_len)
379 addr[1] = extra;
165 eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
205 eap_sim_add_mac(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
360 eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
400 eap_sim_add_mac_sha256(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
1007 eap_sim_msg_finish(struct eap_sim_msg *msg, int type, const u8 *k_aut, const u8 *extra, size_t extra_len) argument
1025 msg->mac, extra, extra_len); local
1032 extra, extra_len); local
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c166 const u8 *mac, const u8 *extra, size_t extra_len)
184 addr[1] = extra;
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
193 extra, extra_len);
206 const u8 *extra, size_t extra_len)
214 addr[1] = extra;
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
221 extra, extra_len);
361 const u8 *mac, const u8 *extra, size_t extra_len)
379 addr[1] = extra;
165 eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
205 eap_sim_add_mac(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
360 eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
400 eap_sim_add_mac_sha256(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
1007 eap_sim_msg_finish(struct eap_sim_msg *msg, int type, const u8 *k_aut, const u8 *extra, size_t extra_len) argument
1025 msg->mac, extra, extra_len); local
1032 extra, extra_len); local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c166 const u8 *mac, const u8 *extra, size_t extra_len)
184 addr[1] = extra;
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
193 extra, extra_len);
206 const u8 *extra, size_t extra_len)
214 addr[1] = extra;
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
221 extra, extra_len);
361 const u8 *mac, const u8 *extra, size_t extra_len)
379 addr[1] = extra;
165 eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
205 eap_sim_add_mac(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
360 eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
400 eap_sim_add_mac_sha256(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
1007 eap_sim_msg_finish(struct eap_sim_msg *msg, int type, const u8 *k_aut, const u8 *extra, size_t extra_len) argument
1025 msg->mac, extra, extra_len); local
1032 extra, extra_len); local
[all...]
/external/valgrind/main/coregrind/
H A Dm_errormgr.c118 /* Errors. Extensible (via the 'extra' field). Tools can use a normal
143 void* extra; // For any tool-specific extras member in struct:_Error
169 return err->extra;
221 declared in include/pub_tool_errormgr.h. Extensible via the 'extra' field.
243 void* extra; // Anything else -- use is optional. NULL by default. member in struct:_Supp
258 return su->extra;
272 void VG_(set_supp_extra) ( Supp* su, void* extra )
274 su->extra = extra;
635 const HChar* s, void* extra, ExeContex
634 construct_error( Error* err, ThreadId tid, ErrorKind ekind, Addr a, const HChar* s, void* extra, ExeContext* where ) argument
841 unique_error( ThreadId tid, ErrorKind ekind, Addr a, const HChar* s, void* extra, ExeContext* where, Bool print_error, Bool allow_db_attach, Bool count_error ) argument
[all...]

Completed in 642 milliseconds

1234567891011>>