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

  /external/libdrm/radeon/
bof.h 39 struct bof;
41 typedef struct bof { struct
42 struct bof **array;
65 extern bof_t *bof_array_get(bof_t *bof, unsigned i);
66 extern unsigned bof_array_size(bof_t *bof);
69 extern unsigned bof_blob_size(bof_t *bof);
70 extern void *bof_blob_value(bof_t *bof);
75 extern int32_t bof_int32_value(bof_t *bof);
77 extern void bof_decref(bof_t *bof);
78 extern void bof_incref(bof_t *bof);
    [all...]
bof.c 29 #include "bof.h"
34 static int bof_entry_grow(bof_t *bof)
38 if (bof->array_size < bof->nentry)
40 array = realloc(bof->array, (bof->nentry + 16) * sizeof(void*));
43 bof->array = array;
44 bof->nentry += 16;
125 bof_t *bof_array_get(bof_t *bof, unsigned i)
127 if (!bof_is_array(bof) || i >= bof->array_size
281 bof_t *bof = NULL; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 90 private boolean bof = true; field in class:ChunkedInputStream
192 bof = false;
215 if (!bof) {
  /external/webrtc/webrtc/modules/video_processing/test/
readYUV420file.m 18 fseek(fid,0,'bof'); % rewind to start
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 28 fseek(fid, start_pos, 'bof');
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 563 alias bof? beginning_of_string?
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 664 milliseconds