Searched refs:current (Results 251 - 275 of 999) sorted by relevance

<<11121314151617181920>>

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ota.c357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
405 /* if pattern definition, save the current position */
406 if (pData->current.patternLen)
422 /* save current position and data */
549 pData->current.patternLen--;
557 * Returns the current state of the stream
592 /* return current state */
858 pData->current.bitCount = 0;
859 pData->current
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ota.c357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
405 /* if pattern definition, save the current position */
406 if (pData->current.patternLen)
422 /* save current position and data */
549 pData->current.patternLen--;
557 * Returns the current state of the stream
592 /* return current state */
858 pData->current.bitCount = 0;
859 pData->current
[all...]
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py75 current = self.next
76 while current.GetChildMemberWithName('_M_next').GetValueAsUnsigned(0) != self.node_address:
78 current = current.GetChildMemberWithName('_M_next')
101 current = self.next
103 current = current.GetChildMemberWithName('_M_next')
105 return current.CreateChildAtOffset('['+str(index)+']',2*current.GetType().GetByteSize(),self.data_type)
183 # padding bytes into account - on current clan
[all...]
/external/v8/src/
H A Dv8natives.js689 var current = ConvertDescriptorArrayToDescriptor(current_array);
694 if (IS_UNDEFINED(current) && !extensible) {
702 if (!IS_UNDEFINED(current)) {
705 IsDataDescriptor(desc) == IsDataDescriptor(current)) &&
707 SameValue(desc.isEnumerable(), current.isEnumerable())) &&
709 SameValue(desc.isConfigurable(), current.isConfigurable())) &&
711 SameValue(desc.isWritable(), current.isWritable())) &&
713 SameValue(desc.getValue(), current.getValue())) &&
715 SameValue(desc.getGet(), current.getGet())) &&
717 SameValue(desc.getSet(), current
[all...]
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for
72 current to multiple threads, with synchronization of access to
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
109 As with binding a new context from the current thread, the old
124 current.
/external/clang/utils/
H A DCmpDriver12 current = ''
18 yield current + '"'
21 current = '"'
24 current += c
25 current += it.next()
27 current += c
52 current = cost(a, b)
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c234 struct isakmp_frag_item *current; local
236 current = iph1->frag_chain;
237 while (current->frag_next) {
238 if (current->frag_last)
240 current = current->frag_next;
242 current->frag_next = item;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java112 Element current = this;
114 while (current.parent != null) {
115 if (!(current.parent instanceof Element))
116 return current.parent;
117 current = (Element) current.parent;
120 return current;
/external/lldb/source/DataFormatters/
H A DLibCxxList.cpp214 ListEntry current(m_head);
215 while (current.next() && current.next()->GetValueAsUnsigned(0) != m_node_address)
218 current.SetEntry(current.next());
239 ListIterator current(m_head);
240 ValueObjectSP current_sp(current.advance(idx));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c139 struct util_cache_entry *current = &cache->entries[i]; local
141 if (current->state == FILLED) {
142 if (current->hash == hash &&
143 cache->compare(key, current->key) == 0)
144 return current;
148 first_unfilled = current;
150 if (current->state == EMPTY)
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java141 * @return String value The current value.
195 NameValuePair current = this.parameters[ i ];
196 if (current.getName().equalsIgnoreCase(name)) {
197 found = current;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemValueOf.java208 * @param transformer non-null reference to the the current transform-time state.
223 int current = xctxt.getCurrentNode();
225 xctxt.pushCurrentNodeAndExpression(current, current);
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
H A Dtest_formatter.py87 current = os.path.abspath(os.getcwd())
92 result = format(f, trim_source_paths=[(current, '.')])
93 assert current not in result
/external/freetype/include/internal/
H A Dftgloadr.h88 FT_GlyphLoadRec current; member in struct:FT_GlyphLoaderRec_
127 (FT_UInt)(_loader)->current.outline.n_points + \
133 (FT_UInt)(_loader)->current.outline.n_contours + \
151 /* prepare a glyph loader, i.e. empty the current glyph */
155 /* add the current glyph to the base glyph */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUCharacterIterator.java129 * Returns the code unit at the current index. If index is out
131 * @return current code unit
134 public abstract int current(); method in class:UCharacterIterator
137 * Returns the codepoint at the current index.
138 * If the current index is invalid, DONE is returned.
139 * If the current index points to a lead surrogate, and there is a following
142 * @return current codepoint
146 int ch = current();
152 // current() after next() actually
154 int ch2 = current();
[all...]
/external/androidplot/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
35 LOCAL_SDK_VERSION := current
/external/icu/icu4c/source/test/perf/leperf/
H A DMakefile.in70 @$(RMV) current.out
72 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DMipMapGenerator.java87 BufferedImage current = original;
94 Image converted = loader.load(current, false);
108 current = scaleDown(current, width, height);
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
H A Dtypes.pass.cpp19 // Iter current;
37 void test() {++(this->current);}
/external/libedit/src/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */
52 el_action_t *key; /* The current normal key map */
53 el_action_t *current; /* The keymap we are using */ member in struct:el_map_t
/external/libvorbis/lib/
H A Denvelope.h68 long current; member in struct:__anon9355
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c53 if (i915->current.dynamic[offset] == state)
56 i915->current.dynamic[offset] = state;
70 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4))
74 i915->current.dynamic[offset + i] = src[i];
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h33 struct nouveau_fence *current; member in struct:nouveau_screen::__anon12067
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.c52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
55 nouveau_fence_ref(screen->fence.current, &res->fence);
61 nouveau_fence_ref(screen->fence.current, &res->fence_wr);
76 nouveau_fence_ref(nv30->screen->base.fence.current,
/external/mesa3d/src/gallium/drivers/softpipe/
H A DMakefile2 include $(TOP)/configs/current

Completed in 889 milliseconds

<<11121314151617181920>>