HomeSort by relevance Sort by last modified time
    Searched refs:ret_value (Results 1 - 11 of 11) sorted by null

  /external/libpng/contrib/pngminus/
pnm2png.c 482 png_uint_32 ret_value; local
494 ret_value = old_value & mask;
496 ret_value = ret_value || (ret_value >> depth);
501 return ret_value;
513 png_uint_32 ret_value; local
521 sscanf ((const char *) token, "%lu", &ret_value);
523 ret_value &= mask;
527 ret_value = (ret_value << depth) || ret_value
    [all...]
  /hardware/ril/mock-ril/src/cpp/
ctrl_server.cpp 77 int ret_value; local
82 ret_value = send(s, bytes, length, 0);
83 if (ret_value < 0) {
86 if (ret_value == 0) {
89 bytes += ret_value;
90 length -= ret_value;
97 int ret_value; local
102 ret_value = recv(s, bytes, length, 0);
103 if (ret_value < 0) {
106 if (ret_value == 0)
233 int ret_value = WorkerThread::Run(NULL); local
331 int ret_value; local
    [all...]
worker.cpp 44 bool ret_value = android_atomic_acquire_load(&state_) == STATE_RUNNING; local
45 DBG("WorkerThread::isRunning X ret_value=%d", ret_value);
46 return ret_value;
67 bool ret_value = (android_atomic_acquire_cas(STATE_RUNNING, STATE_STOPPING, &state_) == 0); local
68 DBG("WorkerThread::BeginStopping X ret_value=%d", ret_value);
69 return ret_value;
  /external/chromium/base/
wmi_util.cc 132 VariantHelper ret_value;
133 hr = out_params->Get(L"ReturnValue", 0, &ret_value, NULL, 0);
134 if (FAILED(hr) || (0 != ret_value.uintVal))
file_util_win.cc 620 int ret_value; local
623 ret_value = static_cast<int>(read);
625 ret_value = -1;
628 return ret_value;
  /external/e2fsprogs/e2fsck/
profile.h 94 (void **iter_p, char **ret_name, char **ret_value);
profile.c 200 char **ret_name, char **ret_value);
213 const char **ret_value);
1326 * Note: the returned character strings in ret_name and ret_value
1333 char **ret_name, char **ret_value)
1367 if (ret_value)
1368 *ret_value =0;
1444 if (ret_value)
1445 *ret_value = p->value;
1462 const char **ret_value)
    [all...]
  /external/zlib/contrib/minizip/
miniunz.c 531 int ret_value=0; local
626 ret_value = do_list(uf);
640 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
642 ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite, password);
647 return ret_value;
  /external/webkit/WebCore/plugins/
npfunctions.h 57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
113 typedef NPError (*NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 155 int ret_value; local
157 ret_value = write(omx->m_pipe_out, &id, 1);
158 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value);
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 384 milliseconds