Searched refs:BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Di2c.c28 #define BUFFER_SIZE 128 macro
64 char d[BUFFER_SIZE];
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
71 if (count * dbytes > BUFFER_SIZE) {
72 count = BUFFER_SIZE / dbytes;
103 char d[BUFFER_SIZE];
108 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
110 if (count * dbytes + abytes > BUFFER_SIZE) {
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Di2c.c28 #define BUFFER_SIZE 128 macro
64 char d[BUFFER_SIZE];
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
71 if (count * dbytes > BUFFER_SIZE) {
72 count = BUFFER_SIZE / dbytes;
103 char d[BUFFER_SIZE];
108 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
110 if (count * dbytes + abytes > BUFFER_SIZE) {
[all...]

Completed in 29 milliseconds