/external/libhevc/decoder/ |
ihevcd_bitstream.c | 174 * Compute number of bits remaining in the current byte then call 388 * Returns the number of bits remaining in the bitstream 391 * Compute number of bits remaining based on current pointer and buffer base 398 * @returns Total number of bits remaining
|
/external/libnfc-nci/src/nfa/include/ |
nfa_snep_api.h | 36 #define NFA_SNEP_REQ_CODE_CONTINUE 0x00 /* send remaining fragments */ 39 #define NFA_SNEP_REQ_CODE_REJECT 0x7F /* do not send remaining fragments */ 43 #define NFA_SNEP_RESP_CODE_CONTINUE 0x80 /* continue send remaining fragments */ 50 #define NFA_SNEP_RESP_CODE_REJECT 0xFF /* do not send remaining fragments */
|
/external/libnl/include/netlink/ |
handlers.h | 64 /** Stop parsing altogether and discard remaining messages */
|
/external/libopus/silk/float/ |
energy_FLP.c | 53 /* add any remaining products */
|
inner_product_FLP.c | 54 /* add any remaining products */
|
scale_copy_vector_FLP.c | 53 /* any remaining elements */
|
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/ |
memset.S | 79 # copy the remaining 1, 2 or 3 words
|
/external/lldb/test/functionalities/thread/thread_exit/ |
main.cpp | 82 // Synchronize with the remaining thread
|
/external/llvm/utils/bugpoint/ |
RemoteRunSafely.sh | 32 # $1 - remaining number of arguments
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
ChannelHelper.java | 50 readFully(channel, buf, buf.remaining());
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
AlbumBox.java | 84 if (content.remaining() > 0) {
|
SampleDependencyTypeBox.java | 115 while (content.remaining() > 0) {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
BaseDescriptor.java | 82 assert detailSource.remaining() == 0: this.getClass().getSimpleName() + " has not been fully parsed";
|
/external/proguard/docs/ |
index.html | 80 the remaining classes, fields, and methods using short meaningless names.
|
/external/sepolicy/ |
unconfined.te | 10 # The rules in this file will be removed when no remaining
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ |
QueueUser.java | 70 * @return the estimated time remaining of the customer in the queue in seconds, or -1 if
|
/external/smack/src/org/xbill/DNS/ |
NXTRecord.java | 47 int bitmapLength = in.remaining();
|
TXTBase.java | 55 while (in.remaining() > 0) {
|
/external/tcpdump/ |
print-rip.c | 129 rip_entry_print_v2(register const struct rip_netinfo *ni, const unsigned remaining) 152 print_unknown_data((u_int8_t *)&ni->rip_dest,"\n\t ",remaining); 153 return remaining; /* AT spans till the packet end */ 157 print_unknown_data((u_int8_t *)&ni->rip_dest,"\n\t ",remaining);
|
/external/webrtc/src/common_audio/resampler/include/ |
resampler.h | 86 // Asynchronous resampling output, remaining samples are buffered
|
/external/zlib/src/examples/ |
enough.c | 37 assign all portions of the remaining symbols to that code length that 41 remaining. 52 has size 1 << (len - root), to index the remaining bits in that set of 96 possible codes remaining at the maximum length. This limits the maximum 119 syms: number of symbols remaining to code 154 remaining unused entries in the current inflate sub-table. Each indexed 232 available for the remaining symbols at the maximum length (if there were 319 number of code structures used so far is mem, and the number remaining in 368 available for the remaining symbols at the maximum length (if there were
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
BmsgTokenizer.java | 101 public String remaining() { method in class:BmsgTokenizer
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/ |
BmsgTokenizer.java | 101 public String remaining() { method in class:BmsgTokenizer
|
/frameworks/volley/src/com/android/volley/ |
DefaultRetryPolicy.java | 93 * Returns true if this policy has attempts remaining, false otherwise.
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.cpp | 281 size_t remaining = bytes; local 301 while (remaining > 0 && retries) { 302 status = a2dp_write(mData, buffer, remaining); 310 remaining -= status;
|