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

  /external/chromium_org/third_party/sqlite/src/src/
shell.c 412 char nullvalue[20]; /* The text to print when a NULL comes back from member in struct:callback_data
602 ** the separator, which may or may not be a comma. p->nullvalue is
609 fprintf(out,"%s",p->nullvalue);
667 azArg[i] ? azArg[i] : p->nullvalue);
684 n = strlen30(azArg && azArg[i] ? azArg[i] : p->nullvalue);
721 azArg[i] ? azArg[i] : p->nullvalue, i==nArg-1 ? "\n": " ");
735 if( z==0 ) z = p->nullvalue;
761 output_html_string(p->out, azArg[i] ? azArg[i] : p->nullvalue);
777 output_c_string(p->out, azArg[i] ? azArg[i] : p->nullvalue);
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 95 opus_int32 *nullvalue; local
96 nullvalue=0;
181 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue));
218 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue));
357 int *nullvalue;
358 nullvalue=0;
613 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue));
    [all...]
  /external/libopus/tests/
test_opus_api.c 95 opus_int32 *nullvalue; local
96 nullvalue=0;
181 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue));
218 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue));
357 int *nullvalue;
358 nullvalue=0;
613 err=opus_multistream_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue));
    [all...]

Completed in 78 milliseconds