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

  /bootable/recovery/applypatch/
main.c 103 Value* bonus = NULL; local
107 printf("failed to load bonus file %s\n", argv[2]);
110 bonus = malloc(sizeof(Value));
111 bonus->type = VAL_BLOB;
112 bonus->size = fc.size;
113 bonus->data = (char*)fc.data;
138 num_patches, sha1s, patches, bonus);
148 if (bonus) {
149 free(bonus->data);
150 free(bonus);
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 649 opus_int32 bonus; local
650 bonus = 60*(Fs/frame_size-50);
651 channel_rate += bonus;
    [all...]
opus_encoder.c 1705 opus_int32 bonus=0; local
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 193 milliseconds