HomeSort by relevance Sort by last modified time
    Searched refs:extra (Results 476 - 500 of 656) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 96 The maximum overhead wastage (i.e., number of extra bytes
268 If true, provide extra checking and dispatching by placing
3611 size_t extra = ((m->topsize - pad + (unit - SIZE_T_ONE)) \/ unit - local
3792 void* extra = 0; local
    [all...]
  /external/qemu/slirp/
slirp.c 808 if (so->s == -1 && so->extra) {
809 qemu_chr_write(so->extra, buf, len);
1082 so->extra = (void *)ex_ptr->ex_exec;
  /external/v8/src/ia32/
stub-cache-ia32.cc 50 Register extra) {
60 if (extra.is_valid()) {
62 __ mov(extra, Operand::StaticArray(offset, times_1, value_offset));
74 __ mov(offset, FieldOperand(extra, Code::kFlagsOffset));
88 __ add(extra, Immediate(Code::kHeaderSize - kHeapObjectTag));
89 __ jmp(extra);
196 Register extra,
211 ASSERT(!extra.is(receiver));
212 ASSERT(!extra.is(name));
213 ASSERT(!extra.is(scratch))
241 ProbeTable(isolate(), masm, flags, kPrimary, name, receiver, offset, extra); local
254 isolate(), masm, flags, kSecondary, name, receiver, offset, extra); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 916 android::DrawExtra* extra, PaintStyle style)
947 if (extra)
948 extra->draw(canvas, this);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 582 // Distribute the extra width and height evenly across the grid.
589 // If the extra width did not distribute evenly, add the remainder to
598 // If the extra height did not distribute evenly, add the remainder to
658 int extra = 0; local
671 child->setWidth(width ? width + extra / (cols - c) : 0);
692 extra += width - m_cols.m_sizes[c];
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 233 int transaction, u8 *extra, size_t extra_len,
261 if (extra) {
262 os_memcpy(buf + len, extra, extra_len);
281 u8 *extra; local
295 extra = NULL;
313 extra = wpa_s->mlme.ft_ies;
319 ieee80211_send_auth(wpa_s, 1, extra, extra_len, 0);
    [all...]
  /system/core/adb/
commandline.c 50 static char *product_file(const char *extra)
61 n = strlen(gProductOutPath) + strlen(extra) + 2;
68 snprintf(x, (size_t)n, "%s" OS_PATH_SEPARATOR_STR "%s", gProductOutPath, extra);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 1154 int extra; local
    [all...]
  /external/zlib/
deflate.c 592 if (s->gzhead->extra != Z_NULL)
710 (s->gzhead->extra == Z_NULL ? 0 : 4) +
722 if (s->gzhead->extra != Z_NULL) {
764 if (s->gzhead->extra != Z_NULL) {
777 put_byte(s, s->gzhead->extra[s->gzindex]);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 520 /* We need one extra element beyond `num_regs' for the `-1' marker GNU code
3894 const unsigned char *weights, *extra; local
4032 const unsigned char *extra = (const unsigned char *) local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/libxml2/
xmlIO.c 246 * @extra: extra informations
251 xmlIOErrMemory(const char *extra)
253 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
260 * @extra: extra informations
265 __xmlIOErr(int domain, int code, const char *extra)
432 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
438 * @extra: extra information
    [all...]
parserInternals.c 101 * @extra: extra informations
106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
116 if (extra)
118 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
120 "Memory allocation failed : %s\n", extra);
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 363 Int i, extra; local
380 extra = width - len;
382 ret += extra;
383 for (i = 0; i < extra; i++)
390 ret += extra;
391 for (i = 0; i < extra; i++)
    [all...]
  /external/qemu/slirp-android/
slirp.c 1211 if (so->s == -1 && so->extra) {
1212 qemu_chr_write(so->extra, buf, len);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 380 extra = chunk_len - (slice_end - slice_start)
382 extra)
385 files.extend(test_files[0:extra])
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_aka.c 653 const u8 *mac, const u8 *extra,
657 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
659 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 790 const u8 *mac, const u8 *extra,
794 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
796 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 665 const u8 *mac, const u8 *extra,
669 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
671 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 783 const u8 *mac, const u8 *extra,
787 return eap_sim_verify_mac_sha256(data->k_aut, req, mac, extra,
789 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 157 public void onError(MediaRecorder mr, int what, int extra) {
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 650 linked_ptr<ExtraPasswordChangeRecordData> extra; member in struct:sync_api::SyncManager::ChangeRecord
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 605 const char *extra);
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 599 (s->gzhead->extra == Z_NULL ? 0 : 4) +
611 if (s->gzhead->extra != NULL) {
653 if (s->gzhead->extra != NULL) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 750 css: function( elem, name, force, extra ) {
757 if ( extra === "border" )
761 if ( !extra )
763 if ( extra === "margin" )
910 // Go to html and back, then peel off extra wrappers
    [all...]

Completed in 856 milliseconds

<<11121314151617181920>>