Searched defs:fixed (Results 51 - 75 of 90) sorted by relevance

1234

/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h263 typedef le_int32 fixed; typedef
277 fixed version;
278 fixed fontRevision;
301 fixed version;
324 fixed version;
/external/libvorbis/lib/
H A Dvorbisenc.c86 int fixed; member in struct:__anon24761
406 p->noisewindowfixed=guard[block].fixed;
H A Dpsy.c548 const int fixed){
653 if (fixed <= 0) return;
656 hi = i + fixed / 2;
657 lo = hi - fixed;
676 hi = i + fixed / 2;
677 lo = hi - fixed;
544 bark_noise_hybridmp(int n,const long *b, const float *f, float *noise, const float offset, const int fixed) argument
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp158 bool fixed = calcLiveBlockInfo(); local
159 (void)fixed;
160 assert(fixed && "Couldn't fix broken live interval");
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc142 // chrome::MapThemeImage interface. That should be fixed, but tracking that
748 GtkWidget* fixed = gtk_fixed_new(); local
750 gtk_container_add(GTK_CONTAINER(window), fixed); local
751 gtk_container_add(GTK_CONTAINER(fixed), scrollbar);
785 // left edge. This allows us to avoid any fixed graphics that might be
/external/flac/include/FLAC/
H A Dformat.h146 /** The maximum order of the fixed predictors permitted by the format. */
269 FLAC__SUBFRAME_TYPE_FIXED = 2, /**< fixed polynomial prediction */
347 FLAC__Subframe_Fixed fixed; member in union:__anon21467::__anon21468
/external/valgrind/main/coregrind/
H A Dm_transtab.c118 InEdge fixed[N_FIXED_IN_EDGE_ARR]; member in struct:__anon32679
127 OutEdge fixed[N_FIXED_OUT_EDGE_ARR]; member in struct:__anon32680
312 /* The TTEntry array. This is a fixed size, always containing
503 return &iea->fixed[i];
516 iea->fixed[i] = iea->fixed[i+1];
531 /* The fixed array is full, so we have to initialise an
532 XArray and copy the fixed array into it. */
538 VG_(addToXA)(iea->var, &iea->fixed[i]);
543 /* Just add to the fixed arra
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc5136 // The surface_scale_child_no_scale has a fixed contents scale of 1, so it
5155 // The surface_no_scale layer has a fixed contents scale of 1, so it needs to
5174 // The surface_no_scale_child_no_scale has a fixed contents scale of 1, so it
7661 // integer coordinates doesn't move a fixed position child.
7666 // + fixed
7679 scoped_ptr<LayerImpl> fixed = LayerImpl::Create(host_impl.active_tree(), 4); local
7680 LayerImpl* fixed_layer = fixed.get();
7686 fixed->SetPositionConstraint(constraint);
7716 SetLayerPropertiesForTesting(fixed.get(),
7724 scroller->AddChild(fixed
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc23 // Call instructions can use only fixed registers as temporaries and
25 // Inputs operands must use a fixed register or use-at-start policy or
866 // Make sure that the lithium instruction has either no fixed register
870 // already allocated register needing to be used for the instruction's fixed
878 int fixed = 0; local
885 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
889 if (operand->HasFixedPolicy()) ++fixed;
891 DCHECK(fixed == 0 || used_at_start == 0);
1684 // We need to use fixed result register for the call.
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc23 // Call instructions can use only fixed registers as temporaries and
25 // Inputs operands must use a fixed register or use-at-start policy or
704 // Make sure that the lithium instruction has either no fixed register
708 // already allocated register needing to be used for the instruction's fixed
716 int fixed = 0; local
723 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
727 if (operand->HasFixedPolicy()) ++fixed;
729 DCHECK(fixed == 0 || used_at_start == 0);
2009 // We need to use fixed result register for the call.
2700 // Assign object to a fixed registe
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc26 // Call instructions can use only fixed registers as temporaries and
28 // Inputs operands must use a fixed register or use-at-start policy or
906 // Make sure that the lithium instruction has either no fixed register
910 // already allocated register needing to be used for the instruction's fixed
918 int fixed = 0; local
925 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
929 if (operand->HasFixedPolicy()) ++fixed;
931 DCHECK(fixed == 0 || used_at_start == 0);
1645 // We need to use fixed result register for the call.
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc25 // Call instructions can use only fixed registers as temporaries and
27 // Inputs operands must use a fixed register or use-at-start policy or
733 // to use fixed result register for the call.
876 // Make sure that the lithium instruction has either no fixed register
880 // already allocated register needing to be used for the instruction's fixed
888 int fixed = 0; local
895 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
899 if (operand->HasFixedPolicy()) ++fixed;
901 DCHECK(fixed == 0 || used_at_start == 0);
1633 // We need to use fixed resul
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc25 // Call instructions can use only fixed registers as temporaries and
27 // Inputs operands must use a fixed register or use-at-start policy or
733 // to use fixed result register for the call.
876 // Make sure that the lithium instruction has either no fixed register
880 // already allocated register needing to be used for the instruction's fixed
888 int fixed = 0; local
895 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
899 if (operand->HasFixedPolicy()) ++fixed;
901 DCHECK(fixed == 0 || used_at_start == 0);
1634 // We need to use fixed resul
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc26 // Call instructions can use only fixed registers as temporaries and
28 // Inputs operands must use a fixed register or use-at-start policy or
889 // Make sure that the lithium instruction has either no fixed register
893 // already allocated register needing to be used for the instruction's fixed
901 int fixed = 0; local
908 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
912 if (operand->HasFixedPolicy()) ++fixed;
914 DCHECK(fixed == 0 || used_at_start == 0);
1628 // We need to use fixed result register for the call.
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc26 // Call instructions can use only fixed registers as temporaries and
28 // Inputs operands must use a fixed register or use-at-start policy or
913 // Make sure that the lithium instruction has either no fixed register
917 // already allocated register needing to be used for the instruction's fixed
925 int fixed = 0; local
932 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
936 if (operand->HasFixedPolicy()) ++fixed;
938 DCHECK(fixed == 0 || used_at_start == 0);
/external/libxml2/include/libxml/
H A DschemasInternals.h237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
/external/chromium_org/third_party/libevent/
H A Devdns.c2841 FIXED_INFO *fixed; local
2862 fixed = buf;
2863 r = fn(fixed, &size);
2872 fixed = buf;
2873 r = fn(fixed, &size);
2881 assert(fixed);
2883 ns = &(fixed->DnsServerList);
/external/chromium_org/third_party/libxml/src/
H A Dtree.c5061 xmlChar* fixed; local
5105 fixed = xmlPathToURI(uri);
5106 if (fixed != NULL) {
5107 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5108 xmlFree(fixed);
6352 * Check if there is a default/fixed attribute declaration in
6416 * Only default/fixed attrs are relevant.
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h179 * - Add flags to frequency -> auto/fixed
412 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
417 * Note : if the number of args is fixed and the size < 16 octets,
676 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
706 __u8 flags; /* Flags (fixed/auto) */
1095 union iwreq_data u; /* IOCTL fixed payload */
/external/libxml2/
H A Dtree.c5150 xmlChar* fixed; local
5194 fixed = xmlPathToURI(uri);
5195 if (fixed != NULL) {
5196 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5197 xmlFree(fixed);
6472 * Check if there is a default/fixed attribute declaration in
6536 * Only default/fixed attrs are relevant.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c863 NDIS_802_11_FIXED_IEs *fixed; local
892 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
894 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
895 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c863 NDIS_802_11_FIXED_IEs *fixed; local
892 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
894 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
895 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c863 NDIS_802_11_FIXED_IEs *fixed; local
892 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
894 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
895 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... String before private String first private String last private String fixed private String present private String absent private String active private ...

Completed in 4117 milliseconds

1234