Searched defs:value (Results 1 - 25 of 7904) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs223 /// <param name="value">The byte to add to the stream.</param>
226 public override void WriteByte(byte value) argument
231 int result = gzputc(_gzFile, (int)value);
241 /// <param name="value"></param>
243 public override void SetLength(long value) argument
/external/zlib/src/contrib/iostream2/
H A Dzstream.h44 size_t value() const { return val.word; } function in class:zstringlen
77 * and deallocates all the (de)compression state. The return value is
140 ::gzread(zs.fp(), x, len.value());
141 x[len.value()] = '\0';
147 char* x = new char[len.value()+1];
148 ::gzread(zs.fp(), x, len.value());
149 x[len.value()] = '\0';
195 * and deallocates all the (de)compression state. The return value is
213 * _flush is as in the deflate() function. The return value is the zlib
288 ::gzwrite(zs.fp(), (voidp) x, len.value());
[all...]
/external/zopfli/src/zopfli/
H A Dblocksplitter.c59 #define NUM 9 /* Good value: 9. */
132 static void AddSorted(size_t value, size_t** out, size_t* outsize) { argument
134 ZOPFLI_APPEND_DATA(value, out, outsize);
136 if ((*out)[i] > value) {
141 (*out)[i] = value;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp88 Often in case of an error a value is assigned to a variable and then it breaks
161 /*resize and give all new elements the value*/
162 static unsigned uivector_resizev(uivector* p, size_t size, unsigned value) argument
166 for(i = oldsize; i < size; i++) p->data[i] = value;
241 /*resize and give all new elements the value*/
242 static unsigned ucvector_resizev(ucvector* p, size_t size, unsigned char value) argument
246 for(i = oldsize; i < size; i++) p->data[i] = value;
326 static void lodepng_set32bitInt(unsigned char* buffer, unsigned value) argument
328 buffer[0] = (unsigned char)((value >> 24) & 0xff);
329 buffer[1] = (unsigned char)((value >> 1
336 lodepng_add32bitInt(ucvector* buffer, unsigned value) argument
407 addBitsToStream(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t nbits) argument
413 addBitsToStreamReversed(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t nbits) argument
1001 unsigned value; /*set value to the previous code*/ local
1295 searchCodeIndex(const unsigned* array, size_t array_size, size_t value) argument
3124 unsigned value = readBitsFromReversedStream(&j, in, mode->bitdepth); local
3244 unsigned value = readBitsFromReversedStream(&j, in, mode->bitdepth); local
3543 getValueRequiredBits(unsigned short value) argument
[all...]
H A Dlodepng_util.cpp343 else treepos = tree2d[2 * treepos + bit] - numcodes; //subtract numcodes from address to get address value
396 //decode a single symbol from given list of bits with given code tree. return value is the symbol
435 unsigned long value; //set value to the previous code local
436 if((i - 1) < HLIT) value = bitlen[i - 1];
437 else value = bitlenD[i - HLIT - 1];
438 for(size_t n = 0; n < replength; n++) //repeat this value in the next lengths
441 if(i < HLIT) bitlen[i++] = value; else bitlenD[i++ - HLIT] = value;
449 for(size_t n = 0; n < replength; n++) //repeat this value i
[all...]
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc77 " If --prefix is specified without value, 'zopfli_' is used.\n"
181 std::string value = eq >= arg.size() - 1 ? "" : arg.substr(eq + 1); local
182 int num = atoi(value.c_str());
197 for (size_t j = 0; j < value.size(); j++) {
199 char f = value[j];
221 if ((value.size() + 1) % 5 != 0) correct = false;
222 for (size_t i = 0; i + 4 <= value.size() && correct; i += 5) {
223 png_options.keepchunks.push_back(value.substr(i, 4));
224 if (i > 4 && value[i - 1] != ',') correct = false;
233 if (!value
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt.c71 WebRtc_Word32 WebRtcSpl_Sqrt(WebRtc_Word32 value) argument
82 with in=73632 and ut=271 (even shift value case):
140 A = value;
165 { // Even shift value case
H A Dspl_sqrt_floor.c18 * contains the MSB information (a non-sign value). Do with caution
21 * If the input value is negative, it returns 0.
26 if (value >= try1 << (N)) \
28 value -= try1 << (N); \
32 int32_t WebRtcSpl_SqrtFloor(int32_t value) argument
/external/webrtc/src/common_audio/vad/
H A Dvad_unittest.cc165 // Input value at mean.
219 int16_t value = 500 * (i + 1); local
221 // Use values both above and below initialized value.
222 EXPECT_EQ(kReferenceMin[i], WebRtcVad_FindMinimum(handle, value, j));
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.h23 double value; member in struct:webrtc::test::FrameResult
47 // PSNR values have the unit decibel (dB) where a high value means the test file
48 // is similar to the reference file. The higher value, the more similar.
54 // Return value:
70 // PSNR values have the unit decibel (dB) where a high value means the test file
71 // is similar to the reference file. The higher value, the more similar.
76 // Return value:
97 // Return value:
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc163 void SetFrameTo(AudioFrame* frame, int16_t value) { argument
166 frame->_payloadData[i] = value;
768 // Min value if no frames have been processed.
771 // Min value on zero frames.
778 // (These also test that the value resets after retrieving it.)
799 // Min value if _energy == 0.
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h17 * col1,col2,col3,multi-value-col4[3],,,col5
22 * As can be seen in the example, a multi-value-column is specified with the
26 * Without multi-value-columns this format can be natively by Matlab. With
27 * multi-value-columns a small Matlab script is needed, available at
65 // Adds a new column to a table. The column will be a multi-value-column
72 // Inserts a single value into a table with name table_name at the column with
82 T value) {
89 new ValueContainer<T>(value));
93 // column specified by column_name, which must be a multi-value-column.
80 InsertCell(const std::string& table_name, const std::string& column_name, T value) argument
H A Dfix_interlocked_exchange_pointer_win.h26 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { argument
29 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value)))));
/external/webrtc/src/system_wrappers/source/
H A Datomic32_mac.cc40 WebRtc_Word32 Atomic32::operator+=(WebRtc_Word32 value) argument
42 return OSAtomicAdd32Barrier(value, &_value);
45 WebRtc_Word32 Atomic32::operator-=(WebRtc_Word32 value) argument
47 return OSAtomicAdd32Barrier(-value, &_value);
H A Datomic32_posix.cc40 WebRtc_Word32 Atomic32::operator+=(WebRtc_Word32 value) argument
42 WebRtc_Word32 returnValue = __sync_fetch_and_add(&_value, value);
43 returnValue += value;
47 WebRtc_Word32 Atomic32::operator-=(WebRtc_Word32 value) argument
49 WebRtc_Word32 returnValue = __sync_fetch_and_sub(&_value, value);
50 returnValue -= value;
H A Datomic32_win.cc45 WebRtc_Word32 Atomic32::operator+=(WebRtc_Word32 value) argument
48 value);
51 WebRtc_Word32 Atomic32::operator-=(WebRtc_Word32 value) argument
54 -value);
64 // If the old value and the compare value is the same an exchange happened.
H A Ddata_log_c.cc54 int value) {
56 return webrtc::DataLog::InsertCell(table_name, column_name, value);
69 float value) {
71 return webrtc::DataLog::InsertCell(table_name, column_name, value);
84 double value) {
86 return webrtc::DataLog::InsertCell(table_name, column_name, value);
99 int32_t value) {
101 return webrtc::DataLog::InsertCell(table_name, column_name, value);
114 uint32_t value) {
116 return webrtc::DataLog::InsertCell(table_name, column_name, value);
52 WebRtcDataLog_InsertCell_int(const char* table_name, const char* column_name, int value) argument
67 WebRtcDataLog_InsertCell_float(const char* table_name, const char* column_name, float value) argument
82 WebRtcDataLog_InsertCell_double(const char* table_name, const char* column_name, double value) argument
97 WebRtcDataLog_InsertCell_int32(const char* table_name, const char* column_name, int32_t value) argument
112 WebRtcDataLog_InsertCell_uint32(const char* table_name, const char* column_name, uint32_t value) argument
127 WebRtcDataLog_InsertCell_int64(const char* table_name, const char* column_name, int64_t value) argument
[all...]
H A Dmap_unittest.cc90 const int value = ItemValue(item); local
92 sprintf(print_buffer, "(%3i,%3i) ", id, value);
213 // CompareMaps compare the pointers not value of the pointers.
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp423 div_type value = shift(*current, 0); local
424 if(max < value)
425 max = value;
426 else if(value < min)
427 min = value;
472 cast_type value = cast_float_iter<cast_type, RandomAccessIter>(current); local
473 if(max < value)
474 max = value;
475 else if(value < min)
476 min = value;
[all...]
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.h23 double value; member in struct:webrtc::test::FrameResult
47 // PSNR values have the unit decibel (dB) where a high value means the test file
48 // is similar to the reference file. The higher value, the more similar.
54 // Return value:
70 // PSNR values have the unit decibel (dB) where a high value means the test file
71 // is similar to the reference file. The higher value, the more similar.
76 // Return value:
97 // Return value:
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c28 hostapd_parse_radius_attr(const char *value);
547 hostapd_parse_radius_attr(const char *value) argument
558 attr->type = atoi(value);
560 pos = os_strchr(value, ':');
641 static int hostapd_config_parse_key_mgmt(int line, const char *value) argument
646 buf = os_strdup(value);
706 static int hostapd_config_parse_cipher(int line, const char *value) argument
708 int val = wpa_parse_cipher(value);
711 line, value);
835 /* convert floats with one decimal place to value*1
837 hostapd_config_read_int10(const char *value) argument
932 add_r0kh(struct hostapd_bss_config *bss, char *value) argument
978 add_r1kh(struct hostapd_bss_config *bss, char *value) argument
3263 hostapd_set_iface(struct hostapd_config *conf, struct hostapd_bss_config *bss, char *field, char *value) argument
[all...]
H A Dctrl_iface.c1031 char *value; local
1034 value = os_strchr(cmd, ' ');
1035 if (value == NULL)
1037 *value++ = '\0';
1039 wpa_printf(MSG_DEBUG, "CTRL_IFACE SET '%s'='%s'", cmd, value);
1044 val = strtol(value, NULL, 0);
1058 wps_testing_dummy_cred = atoi(value);
1062 wps_corrupt_pkhash = atoi(value);
1068 int val = atoi(value);
1076 hapd->ext_mgmt_frame_handling = atoi(value);
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c69 int value)
72 wpa_auth->cb.set_eapol(wpa_auth->cb.ctx, addr, var, value);
340 * Set initial GMK/Counter value here. The actual values that will be
826 * msg 4/4 with incorrect type value in WPA2 mode.
1694 * machine definition, use an unpredictable nonce value here to provide
1879 * with the value we derived.
67 wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var, int value) argument
H A Dwpa_auth_glue.c148 wpa_eapol_variable var, int value)
156 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
159 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
162 ieee802_1x_set_sta_authorized(hapd, sta, value);
170 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
175 value ? TRUE : FALSE;
179 sta->eapol_sm->keyDone = value ? TRUE : FALSE;
147 hostapd_wpa_auth_set_eapol(void *ctx, const u8 *addr, wpa_eapol_variable var, int value) argument

Completed in 5806 milliseconds

1234567891011>>